USARTx_DR register.
Please also consider that when clearing this flag, other flags
as PE, FE, ORE, IDLE would also be cleared.
Reference Manual to
LL API cross
reference:
SR NF LL_USART_ClearFlag_NE
LL_USART_ClearFlag_ORE
__STATIC_INLINE void LL_USART_ClearFlag_ORE
(USART_TypeDef * USARTx)
Clear OverRun Error Flag.
Clearing this flag is done by a read access to the
USARTx_SR register followed by a read access to the
USARTx_DR register.
Please also consider that when clearing this flag, other flags
as PE, NE, FE, IDLE would also be cleared.
Reference Manual to
LL API cross
reference:
SR ORE LL_USART_ClearFlag_ORE
LL_USART_ClearFlag_IDLE
__STATIC_INLINE void LL_USART_ClearFlag_IDLE
(USART_TypeDef * USARTx)
Clear IDLE line detected Flag.
Clearing this flag is done by a read access to the
USARTx_SR register followed by a read access to the
USARTx_DR register.
Please also consider that when clearing this flag, other flags
as PE, NE, FE, ORE would also be cleared.
Reference Manual to
LL API cross
reference:
SR IDLE LL_USART_ClearFlag_IDLE
LL_USART_ClearFlag_TC
__STATIC_INLINE void LL_USART_ClearFlag_TC
(USART_TypeDef * USARTx)
Clear Transmission Complete Flag.