|
STM32L443xx 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 void | LL_SPI_EnableNSSPulseMgt (SPI_TypeDef *SPIx) |
| Enable NSS pulse management. | |
| __STATIC_INLINE void | LL_SPI_DisableNSSPulseMgt (SPI_TypeDef *SPIx) |
| Disable NSS pulse management. | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledNSSPulse (SPI_TypeDef *SPIx) |
| Check if NSS pulse is enabled. | |
| __STATIC_INLINE void LL_SPI_DisableNSSPulseMgt | ( | SPI_TypeDef * | SPIx | ) |
Disable NSS pulse management.
| SPIx | SPI Instance |
| None |
Definition at line 874 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableNSSPulseMgt | ( | SPI_TypeDef * | SPIx | ) |
Enable NSS pulse management.
| SPIx | SPI Instance |
| None |
Definition at line 862 of file stm32l4xx_ll_spi.h.
| __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 848 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledNSSPulse | ( | SPI_TypeDef * | SPIx | ) |
Check if NSS pulse is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 886 of file stm32l4xx_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 832 of file stm32l4xx_ll_spi.h.
1.7.6.1