STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_RXNE (SPI_TypeDef *SPIx) |
Check if Rx buffer is not empty. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_TXE (SPI_TypeDef *SPIx) |
Check if Tx buffer is empty. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_BSY (SPI_TypeDef *SPIx) |
Get busy flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_OVR (SPI_TypeDef *SPIx) |
Get overrun error flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_UDR (SPI_TypeDef *SPIx) |
Get underrun error flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_FRE (SPI_TypeDef *SPIx) |
Get frame format error flag. | |
__STATIC_INLINE uint32_t | LL_I2S_IsActiveFlag_CHSIDE (SPI_TypeDef *SPIx) |
Get channel side flag. | |
__STATIC_INLINE void | LL_I2S_ClearFlag_OVR (SPI_TypeDef *SPIx) |
Clear overrun error flag. | |
__STATIC_INLINE void | LL_I2S_ClearFlag_UDR (SPI_TypeDef *SPIx) |
Clear underrun 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 1768 of file stm32f4xx_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 1744 of file stm32f4xx_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 1755 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_BSY | ( | SPI_TypeDef * | SPIx | ) |
Get busy flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 1686 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsActiveFlag_BSY().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_CHSIDE | ( | SPI_TypeDef * | SPIx | ) |
Get channel side flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 1733 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Get frame format error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 1719 of file stm32f4xx_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 1697 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsActiveFlag_OVR().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx buffer is not empty.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 1664 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsActiveFlag_RXNE().
__STATIC_INLINE uint32_t LL_I2S_IsActiveFlag_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx buffer is empty.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 1675 of file stm32f4xx_ll_spi.h.
References LL_SPI_IsActiveFlag_TXE().
__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 1708 of file stm32f4xx_ll_spi.h.