Searched defs:NSS (Results 1 – 4 of 4) sorted by relevance
81 …uint32_t NSS; /*!< Specifies whether the NSS signal is managed by hardware (NS… member695 __STATIC_INLINE void LL_SPI_SetNSSMode(SPI_TypeDef *SPIx, uint32_t NSS) in LL_SPI_SetNSSMode()
64 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member
64 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member1003 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument