Home
last modified time | relevance | path

Searched refs:IS_SPI_NSS (Results 1 – 6 of 6) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_spi.h582 #define IS_SPI_NSS(__NSS__) (((__NSS__) == SPI_NSS_SOFT) || \ macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c297 assert_param(IS_SPI_NSS(SPI_InitStruct->SPI_NSS)); in SPI_Init()
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_spi.h1003 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_spi.c326 assert_param(IS_SPI_NSS(hspi->Init.NSS)); in HAL_SPI_Init()
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Src/
Dstm32mp1xx_hal_spi.c251 assert_param(IS_SPI_NSS(hspi->Init.NSS)); in HAL_SPI_Init()