STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_RXP (SPI_TypeDef *SPIx) |
Check if there enough data in FIFO to read a full packet. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_TXP (SPI_TypeDef *SPIx) |
Check if there enough space in FIFO to hold a full packet. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_UDR (SPI_TypeDef *SPIx) |
Get Underrun error flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_OVR (SPI_TypeDef *SPIx) |
Get Overrun error flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_FRE (SPI_TypeDef *SPIx) |
Get TI Frame format error flag. | |
__STATIC_INLINE void | LL_I2S_ClearFlag_UDR (SPI_TypeDef *SPIx) |
Clear Underrun error flag. | |
__STATIC_INLINE void | LL_I2S_ClearFlag_OVR (SPI_TypeDef *SPIx) |
Clear Overrun error flag. | |
__STATIC_INLINE void | LL_I2S_ClearFlag_FRE (SPI_TypeDef *SPIx) |
Clear Frame format error flag. |
__STATIC_INLINE void LL_I2S_ClearFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Clear Frame format error flag.
SPIx | SPI Instance |
None |
Definition at line 3408 of file stm32h7xx_ll_spi.h.
References LL_SPI_ClearFlag_FRE().
__STATIC_INLINE void LL_I2S_ClearFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Clear Overrun error flag.
SPIx | SPI Instance |
None |
Definition at line 3397 of file stm32h7xx_ll_spi.h.
References LL_SPI_ClearFlag_OVR().
__STATIC_INLINE void LL_I2S_ClearFlag_UDR | ( | SPI_TypeDef * | SPIx | ) |
Clear Underrun error flag.
SPIx | SPI Instance |
None |
Definition at line 3386 of file stm32h7xx_ll_spi.h.
References LL_SPI_ClearFlag_UDR().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Get TI Frame format error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 3375 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsActiveFlag_FRE().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Get Overrun error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 3364 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsActiveFlag_OVR().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_RXP | ( | SPI_TypeDef * | SPIx | ) |
Check if there enough data in FIFO to read a full packet.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3331 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsActiveFlag_RXP().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_TXP | ( | SPI_TypeDef * | SPIx | ) |
Check if there enough space in FIFO to hold a full packet.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3342 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsActiveFlag_TXP().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_UDR | ( | SPI_TypeDef * | SPIx | ) |
Get Underrun error flag.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3353 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsActiveFlag_UDR().