Home
last modified time | relevance | path

Searched refs:USART5_RFCS_RFFINT (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1822 USART5_RFCS(usart_periph) &= (uint32_t)(~USART5_RFCS_RFFINT); in usart5_interrupt_flag_clear()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h298 #define USART5_RFCS_RFFINT BIT(15) /*!< receive FIFO full interrupt flag */ macro