Reference Manual to
LL API cross
reference:
CR1 RWU LL_USART_IsActiveFlag_RWU
LL_USART_ClearFlag_PE
__STATIC_INLINE void LL_USART_ClearFlag_PE
(USART_TypeDef * USARTx)
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 NE, FE, ORE, IDLE would also be cleared.
Reference Manual to
LL API cross
reference:
SR PE LL_USART_ClearFlag_PE
LL_USART_ClearFlag_FE
__STATIC_INLINE void LL_USART_ClearFlag_FE
(USART_TypeDef * USARTx)
Clear Framing 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, ORE, IDLE would also be cleared.
Reference Manual to
LL API cross
reference:
SR FE LL_USART_ClearFlag_FE
LL_USART_ClearFlag_NE
__STATIC_INLINE void LL_USART_ClearFlag_NE
(USART_TypeDef * USARTx)
Clear Noise detected Flag.
Clearing this flag is done by a read access to the
USARTx_SR register followed by a read access to the