|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_SPI_EnableIT_ERR (SPI_TypeDef *SPIx) |
| Enable error interrupt. More... | |
| __STATIC_INLINE void | LL_SPI_EnableIT_RXNE (SPI_TypeDef *SPIx) |
| Enable Rx buffer not empty interrupt CR2 RXNEIE LL_SPI_EnableIT_RXNE. More... | |
| __STATIC_INLINE void | LL_SPI_EnableIT_TXE (SPI_TypeDef *SPIx) |
| Enable Tx buffer empty interrupt CR2 TXEIE LL_SPI_EnableIT_TXE. More... | |
| __STATIC_INLINE void | LL_SPI_DisableIT_ERR (SPI_TypeDef *SPIx) |
| Disable error interrupt. More... | |
| __STATIC_INLINE void | LL_SPI_DisableIT_RXNE (SPI_TypeDef *SPIx) |
| Disable Rx buffer not empty interrupt CR2 RXNEIE LL_SPI_DisableIT_RXNE. More... | |
| __STATIC_INLINE void | LL_SPI_DisableIT_TXE (SPI_TypeDef *SPIx) |
| Disable Tx buffer empty interrupt CR2 TXEIE LL_SPI_DisableIT_TXE. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledIT_ERR (SPI_TypeDef *SPIx) |
| Check if error interrupt is enabled CR2 ERRIE LL_SPI_IsEnabledIT_ERR. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledIT_RXNE (SPI_TypeDef *SPIx) |
| Check if Rx buffer not empty interrupt is enabled CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledIT_TXE (SPI_TypeDef *SPIx) |
| Check if Tx buffer empty interrupt CR2 TXEIE LL_SPI_IsEnabledIT_TXE. More... | |
| __STATIC_INLINE void LL_SPI_DisableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Disable error interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1121 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_DisableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Disable Rx buffer not empty interrupt CR2 RXNEIE LL_SPI_DisableIT_RXNE.
| SPIx | SPI Instance |
| None |
Definition at line 1132 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_DisableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Disable Tx buffer empty interrupt CR2 TXEIE LL_SPI_DisableIT_TXE.
| SPIx | SPI Instance |
| None |
Definition at line 1143 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Enable error interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1087 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Enable Rx buffer not empty interrupt CR2 RXNEIE LL_SPI_EnableIT_RXNE.
| SPIx | SPI Instance |
| None |
Definition at line 1098 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Enable Tx buffer empty interrupt CR2 TXEIE LL_SPI_EnableIT_TXE.
| SPIx | SPI Instance |
| None |
Definition at line 1109 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Check if error interrupt is enabled CR2 ERRIE LL_SPI_IsEnabledIT_ERR.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1154 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx buffer not empty interrupt is enabled CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1165 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx buffer empty interrupt CR2 TXEIE LL_SPI_IsEnabledIT_TXE.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1176 of file stm32l4xx_ll_spi.h.