Can't find LL function to clear USART_ISR_RXNE_RXFNE
Dear Mr. or Ms.
When I tried to clear IT flag of USART_ISR_RXNE_RXFNE, I can't find any fuction to do it.
In stm32g4xxx_ll_usart.h, I can find fuction named LL_USART_IsActiveFlag_RXNE_RXFNE() but there's no function like LL_USART_ClearFlag_RXNE_RXFNE() .
Do I need to clear corresponding IT flag ? Or it would be cleared automatically?
Thanks and Wishes
