Symbols
loading...
Files
loading...

SPI_InitTypeDef::NSS field

Specifies whether the NSS signal is managed by hardware (NSS pin) or by software using the SSI bit. This parameter can be a value of SPI_Slave_Select_management

Syntax

uint32_t NSS;

Examples

SPI_InitTypeDef::NSS is referenced by 44 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_spi.h:63
uint32_t NSS; /*!< Specifies whether the NSS signal is managed by
stm32f4xx_hal_spi.c:324HAL_SPI_Init()
assert_param(IS_SPI_NSS(hspi->Init.NSS));
stm32f4xx_hal_spi.c:403HAL_SPI_Init()
(hspi->Init.NSS & SPI_CR1_SSM) |
stm32f4xx_hal_spi.c:409HAL_SPI_Init()

Data Use

Functions reading SPI_InitTypeDef::NSS
SPI_InitTypeDef::NSS
all items filtered out
Type of SPI_InitTypeDef::NSS
SPI_InitTypeDef::NSS
uint32_t
all items filtered out