zephyr/include/drivers/spi/spi_ll_stm32.h

13 lines
220 B
C

/*
* Copyright (c) 2016 BayLibre, SAS
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _DRIVERS_STM32_SPI_H_
#define _DRIVERS_STM32_SPI_H_
#define STM32_SPI_NSS_IGNORE BIT(0)
#endif /* _DRIVERS_STM32_SPI_H_ */