STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_RXNE (const SPI_TypeDef *SPIx) |
Check if Rx buffer is not empty @rmtoll SR RXNE LL_SPI_IsActiveFlag_RXNE. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_TXE (const SPI_TypeDef *SPIx) |
Check if Tx buffer is empty @rmtoll SR TXE LL_SPI_IsActiveFlag_TXE. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_CRCERR (const SPI_TypeDef *SPIx) |
Get CRC error flag @rmtoll SR CRCERR LL_SPI_IsActiveFlag_CRCERR. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_MODF (const SPI_TypeDef *SPIx) |
Get mode fault error flag @rmtoll SR MODF LL_SPI_IsActiveFlag_MODF. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_OVR (const SPI_TypeDef *SPIx) |
Get overrun error flag @rmtoll SR OVR LL_SPI_IsActiveFlag_OVR. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_BSY (const SPI_TypeDef *SPIx) |
Get busy flag. More... | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_FRE (const SPI_TypeDef *SPIx) |
Get frame format error flag @rmtoll SR FRE LL_SPI_IsActiveFlag_FRE. More... | |
__STATIC_INLINE void | LL_SPI_ClearFlag_CRCERR (SPI_TypeDef *SPIx) |
Clear CRC error flag @rmtoll SR CRCERR LL_SPI_ClearFlag_CRCERR. More... | |
__STATIC_INLINE void | LL_SPI_ClearFlag_MODF (SPI_TypeDef *SPIx) |
Clear mode fault error flag. More... | |
__STATIC_INLINE void | LL_SPI_ClearFlag_OVR (SPI_TypeDef *SPIx) |
Clear overrun error flag. More... | |
__STATIC_INLINE void | LL_SPI_ClearFlag_FRE (SPI_TypeDef *SPIx) |
Clear frame format error flag. More... | |
__STATIC_INLINE void LL_SPI_ClearFlag_CRCERR | ( | SPI_TypeDef * | SPIx | ) |
Clear CRC error flag @rmtoll SR CRCERR LL_SPI_ClearFlag_CRCERR.
SPIx | SPI Instance |
None |
Definition at line 815 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_ClearFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Clear frame format error flag.
SPIx | SPI Instance |
None |
Definition at line 860 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_ClearFlag_MODF | ( | SPI_TypeDef * | SPIx | ) |
Clear mode fault error flag.
SPIx | SPI Instance |
None |
Definition at line 828 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_ClearFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Clear overrun error flag.
SPIx | SPI Instance |
None |
Definition at line 844 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_BSY | ( | const SPI_TypeDef * | SPIx | ) |
Get busy flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 793 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_CRCERR | ( | const SPI_TypeDef * | SPIx | ) |
Get CRC error flag @rmtoll SR CRCERR LL_SPI_IsActiveFlag_CRCERR.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 753 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_FRE | ( | const SPI_TypeDef * | SPIx | ) |
Get frame format error flag @rmtoll SR FRE LL_SPI_IsActiveFlag_FRE.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 804 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_MODF | ( | const SPI_TypeDef * | SPIx | ) |
Get mode fault error flag @rmtoll SR MODF LL_SPI_IsActiveFlag_MODF.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 764 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_OVR | ( | const SPI_TypeDef * | SPIx | ) |
Get overrun error flag @rmtoll SR OVR LL_SPI_IsActiveFlag_OVR.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 775 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXNE | ( | const SPI_TypeDef * | SPIx | ) |
Check if Rx buffer is not empty @rmtoll SR RXNE LL_SPI_IsActiveFlag_RXNE.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 731 of file stm32f4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXE | ( | const SPI_TypeDef * | SPIx | ) |
Check if Tx buffer is empty @rmtoll SR TXE LL_SPI_IsActiveFlag_TXE.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 742 of file stm32f4xx_ll_spi.h.