Searched defs:NSS (Results 1 – 6 of 6) sorted by relevance
80 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member581 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
97 …uint32_t NSS; /*!< Specifies whether the NSS signal is managed by hardware (NS… member849 __STATIC_INLINE void LL_SPI_SetNSSMode(SPI_TypeDef *SPIx, uint32_t NSS) in LL_SPI_SetNSSMode()
81 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member580 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
193 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument
196 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument
217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument
Completed in 24 milliseconds