|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_SPI_SetNSSMode (SPI_TypeDef *SPIx, uint32_t NSS) |
| Set NSS mode. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_GetNSSMode (SPI_TypeDef *SPIx) |
| Get NSS mode CR1 SSM LL_SPI_GetNSSMode CR2 SSOE LL_SPI_GetNSSMode. More... | |
| __STATIC_INLINE void | LL_SPI_EnableNSSPulseMgt (SPI_TypeDef *SPIx) |
| Enable NSS pulse management. More... | |
| __STATIC_INLINE void | LL_SPI_DisableNSSPulseMgt (SPI_TypeDef *SPIx) |
| Disable NSS pulse management. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledNSSPulse (SPI_TypeDef *SPIx) |
| Check if NSS pulse is enabled. More... | |
| __STATIC_INLINE void LL_SPI_DisableNSSPulseMgt | ( | SPI_TypeDef * | SPIx | ) |
Disable NSS pulse management.
| SPIx | SPI Instance |
| None |
Definition at line 875 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 863 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetNSSMode | ( | SPI_TypeDef * | SPIx | ) |
Get NSS mode CR1 SSM LL_SPI_GetNSSMode
CR2 SSOE LL_SPI_GetNSSMode.
| SPIx | SPI Instance |
| Returned | value can be one of the following values:
|
Definition at line 849 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 887 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 833 of file stm32l4xx_ll_spi.h.