|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_I2S_EnableIT_ERR (SPI_TypeDef *SPIx) |
| Enable error IT. | |
| __STATIC_INLINE void | LL_I2S_EnableIT_RXNE (SPI_TypeDef *SPIx) |
| Enable Rx buffer not empty IT. | |
| __STATIC_INLINE void | LL_I2S_EnableIT_TXE (SPI_TypeDef *SPIx) |
| Enable Tx buffer empty IT. | |
| __STATIC_INLINE void | LL_I2S_DisableIT_ERR (SPI_TypeDef *SPIx) |
| Disable error IT. | |
| __STATIC_INLINE void | LL_I2S_DisableIT_RXNE (SPI_TypeDef *SPIx) |
| Disable Rx buffer not empty IT. | |
| __STATIC_INLINE void | LL_I2S_DisableIT_TXE (SPI_TypeDef *SPIx) |
| Disable Tx buffer empty IT. | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_ERR (SPI_TypeDef *SPIx) |
| Check if ERR IT is enabled. | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_RXNE (SPI_TypeDef *SPIx) |
| Check if RXNE IT is enabled. | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_TXE (SPI_TypeDef *SPIx) |
| Check if TXE IT is enabled. | |
| __STATIC_INLINE void LL_I2S_DisableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Disable error IT.
| SPIx | SPI Instance |
| None |
Definition at line 1822 of file stm32f4xx_ll_spi.h.
References LL_SPI_DisableIT_ERR().
| __STATIC_INLINE void LL_I2S_DisableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Disable Rx buffer not empty IT.
| SPIx | SPI Instance |
| None |
Definition at line 1833 of file stm32f4xx_ll_spi.h.
References LL_SPI_DisableIT_RXNE().
| __STATIC_INLINE void LL_I2S_DisableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Disable Tx buffer empty IT.
| SPIx | SPI Instance |
| None |
Definition at line 1844 of file stm32f4xx_ll_spi.h.
References LL_SPI_DisableIT_TXE().
| __STATIC_INLINE void LL_I2S_EnableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Enable error IT.
| SPIx | SPI Instance |
| None |
Definition at line 1788 of file stm32f4xx_ll_spi.h.
References LL_SPI_EnableIT_ERR().
| __STATIC_INLINE void LL_I2S_EnableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Enable Rx buffer not empty IT.
| SPIx | SPI Instance |
| None |
Definition at line 1799 of file stm32f4xx_ll_spi.h.
References LL_SPI_EnableIT_RXNE().
| __STATIC_INLINE void LL_I2S_EnableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Enable Tx buffer empty IT.
| SPIx | SPI Instance |
| None |
Definition at line 1810 of file stm32f4xx_ll_spi.h.
References LL_SPI_EnableIT_TXE().
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Check if ERR IT is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1855 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsEnabledIT_ERR().
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if RXNE IT is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1866 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsEnabledIT_RXNE().
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if TXE IT is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1877 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsEnabledIT_TXE().
1.7.6.1