|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_SPI_SetNSSMode (SPI_TypeDef *SPIx, uint32_t NSS) |
| Set NSS mode. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetNSSMode (SPI_TypeDef *SPIx) |
| Get NSS mode. | |
| __STATIC_INLINE uint32_t LL_SPI_GetNSSMode | ( | SPI_TypeDef * | SPIx | ) |
Get NSS mode.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 711 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 695 of file stm32f4xx_ll_spi.h.
1.7.6.1