STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_I2S_EnableIT_RXP (SPI_TypeDef *SPIx) |
Enable Rx Packet available IT. | |
__STATIC_INLINE void | LL_I2S_EnableIT_TXP (SPI_TypeDef *SPIx) |
Enable Tx Packet space available IT. | |
__STATIC_INLINE void | LL_I2S_EnableIT_UDR (SPI_TypeDef *SPIx) |
Enable Underrun IT. | |
__STATIC_INLINE void | LL_I2S_EnableIT_OVR (SPI_TypeDef *SPIx) |
Enable Overrun IT. | |
__STATIC_INLINE void | LL_I2S_EnableIT_FRE (SPI_TypeDef *SPIx) |
Enable TI Frame Format Error IT. | |
__STATIC_INLINE void | LL_I2S_DisableIT_RXP (SPI_TypeDef *SPIx) |
Disable Rx Packet available IT. | |
__STATIC_INLINE void | LL_I2S_DisableIT_TXP (SPI_TypeDef *SPIx) |
Disable Tx Packet space available IT. | |
__STATIC_INLINE void | LL_I2S_DisableIT_UDR (SPI_TypeDef *SPIx) |
Disable Underrun IT. | |
__STATIC_INLINE void | LL_I2S_DisableIT_OVR (SPI_TypeDef *SPIx) |
Disable Overrun IT. | |
__STATIC_INLINE void | LL_I2S_DisableIT_FRE (SPI_TypeDef *SPIx) |
Disable TI Frame Format Error IT. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_RXP (SPI_TypeDef *SPIx) |
Check if Rx Packet available IT is enabled. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_TXP (SPI_TypeDef *SPIx) |
Check if Tx Packet space available IT is enabled. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_UDR (SPI_TypeDef *SPIx) |
Check if Underrun IT is enabled. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_OVR (SPI_TypeDef *SPIx) |
Check if Overrun IT is enabled. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_FRE (SPI_TypeDef *SPIx) |
Check if TI Frame Format Error IT is enabled. |
__STATIC_INLINE void LL_I2S_DisableIT_FRE | ( | SPI_TypeDef * | SPIx | ) |
Disable TI Frame Format Error IT.
SPIx | SPI Instance |
None |
Definition at line 3526 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableIT_FRE().
__STATIC_INLINE void LL_I2S_DisableIT_OVR | ( | SPI_TypeDef * | SPIx | ) |
Disable Overrun IT.
SPIx | SPI Instance |
None |
Definition at line 3515 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableIT_OVR().
__STATIC_INLINE void LL_I2S_DisableIT_RXP | ( | SPI_TypeDef * | SPIx | ) |
Disable Rx Packet available IT.
SPIx | SPI Instance |
None |
Definition at line 3482 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableIT_RXP().
__STATIC_INLINE void LL_I2S_DisableIT_TXP | ( | SPI_TypeDef * | SPIx | ) |
Disable Tx Packet space available IT.
SPIx | SPI Instance |
None |
Definition at line 3493 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableIT_TXP().
__STATIC_INLINE void LL_I2S_DisableIT_UDR | ( | SPI_TypeDef * | SPIx | ) |
Disable Underrun IT.
SPIx | SPI Instance |
None |
Definition at line 3504 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableIT_UDR().
__STATIC_INLINE void LL_I2S_EnableIT_FRE | ( | SPI_TypeDef * | SPIx | ) |
Enable TI Frame Format Error IT.
SPIx | SPI Instance |
None |
Definition at line 3471 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableIT_FRE().
__STATIC_INLINE void LL_I2S_EnableIT_OVR | ( | SPI_TypeDef * | SPIx | ) |
Enable Overrun IT.
SPIx | SPI Instance |
None |
Definition at line 3460 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableIT_OVR().
__STATIC_INLINE void LL_I2S_EnableIT_RXP | ( | SPI_TypeDef * | SPIx | ) |
Enable Rx Packet available IT.
SPIx | SPI Instance |
None |
Definition at line 3427 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableIT_RXP().
__STATIC_INLINE void LL_I2S_EnableIT_TXP | ( | SPI_TypeDef * | SPIx | ) |
Enable Tx Packet space available IT.
SPIx | SPI Instance |
None |
Definition at line 3438 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableIT_TXP().
__STATIC_INLINE void LL_I2S_EnableIT_UDR | ( | SPI_TypeDef * | SPIx | ) |
Enable Underrun IT.
SPIx | SPI Instance |
None |
Definition at line 3449 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableIT_UDR().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_FRE | ( | SPI_TypeDef * | SPIx | ) |
Check if TI Frame Format Error IT is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3581 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledIT_FRE().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_OVR | ( | SPI_TypeDef * | SPIx | ) |
Check if Overrun IT is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3570 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledIT_OVR().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_RXP | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx Packet available IT is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3537 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledIT_RXP().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_TXP | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx Packet space available IT is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3548 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledIT_TXP().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_UDR | ( | SPI_TypeDef * | SPIx | ) |
Check if Underrun IT is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3559 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledIT_UDR().