STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_SPI_SetNSSMode (SPI_TypeDef *SPIx, uint32_t NSS) |
Set NSS mode. More... | |
__STATIC_INLINE uint32_t | LL_SPI_GetNSSMode (const SPI_TypeDef *SPIx) |
Get NSS mode @rmtoll CR1 SSM LL_SPI_GetNSSMode @rmtoll CR2 SSOE LL_SPI_GetNSSMode. More... | |
__STATIC_INLINE uint32_t LL_SPI_GetNSSMode | ( | const SPI_TypeDef * | SPIx | ) |
Get NSS mode @rmtoll CR1 SSM LL_SPI_GetNSSMode
@rmtoll CR2 SSOE LL_SPI_GetNSSMode.
SPIx | SPI Instance |
Returned | value can be one of the following values:
|
Definition at line 710 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_SetNSSMode | ( | SPI_TypeDef * | SPIx, |
uint32_t | NSS | ||
) |
Set NSS mode.
SPIx | SPI Instance |
NSS | This parameter can be one of the following values:
|
None |
Definition at line 694 of file stm32f4xx_ll_spi.h.