LL_SPI_IsActiveFlag_FRE
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_FRE
(SPI_TypeDef * SPIx)
Get frame format error flag.
Reference Manual to
LL API cross
reference:
SR FRE LL_SPI_IsActiveFlag_FRE
LL_SPI_ClearFlag_CRCERR
__STATIC_INLINE void LL_SPI_ClearFlag_CRCERR
(SPI_TypeDef * SPIx)
Reference Manual to
LL API cross
reference:
SR CRCERR LL_SPI_ClearFlag_CRCERR
LL_SPI_ClearFlag_MODF
__STATIC_INLINE void LL_SPI_ClearFlag_MODF
(SPI_TypeDef * SPIx)
Clear mode fault error flag.
Clearing this flag is done by a read access to the SPIx_SR
register followed by a write access to the SPIx_CR1 register
Reference Manual to
LL API cross
reference:
SR MODF LL_SPI_ClearFlag_MODF
LL_SPI_ClearFlag_OVR
__STATIC_INLINE void LL_SPI_ClearFlag_OVR (SPI_TypeDef
* SPIx)
Clear overrun error flag.
Clearing this flag is done by a read access to the SPIx_DR
register followed by a read access to the SPIx_SR register
SR OVR LL_SPI_ClearFlag_OVR