LL_SPI_ClearFlag_FRE
__STATIC_INLINE void LL_SPI_ClearFlag_FRE (SPI_TypeDef *
SPIx)
Clear frame format error flag.
Clearing this flag is done by reading SPIx_SR register
Reference Manual to
LL API cross
reference:
SR FRE LL_SPI_ClearFlag_FRE
LL_SPI_EnableIT_ERR
__STATIC_INLINE void LL_SPI_EnableIT_ERR (SPI_TypeDef *
SPIx)
This bit controls the generation of an interrupt when an error
condition occurs (CRCERR, OVR, MODF in SPI mode, FRE
at TI mode).
Reference Manual to
LL API cross
reference:
CR2 ERRIE LL_SPI_EnableIT_ERR
LL_SPI_EnableIT_RXNE
__STATIC_INLINE void LL_SPI_EnableIT_RXNE (SPI_TypeDef
* SPIx)
Enable Rx buffer not empty interrupt.
Reference Manual to
LL API cross
reference:
CR2 RXNEIE LL_SPI_EnableIT_RXNE
LL_SPI_EnableIT_TXE
__STATIC_INLINE void LL_SPI_EnableIT_TXE (SPI_TypeDef *
SPIx)
Enable Tx buffer empty interrupt.