Home
last modified time | relevance | path

Searched defs:NSS (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_spi.h80 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member
581 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
A Dstm32f0xx_ll_spi.h97 …uint32_t NSS; /*!< Specifies whether the NSS signal is managed by hardware (NS… member
849 __STATIC_INLINE void LL_SPI_SetNSSMode(SPI_TypeDef *SPIx, uint32_t NSS) in LL_SPI_SetNSSMode()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_spi.h81 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member
580 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h193 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h196 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument

Completed in 24 milliseconds