Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_spi.h81 …uint32_t NSS; /*!< Specifies whether the NSS signal is managed by hardware (NS… member
695 __STATIC_INLINE void LL_SPI_SetNSSMode(SPI_TypeDef *SPIx, uint32_t NSS) in LL_SPI_SetNSSMode()
Dstm32f4xx_hal_spi.h64 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_spi.h64 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member
1003 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \ argument