Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c421 USART5_RT(usart_periph) &= ~(USART5_RT_RT); in usart_receiver_timeout_threshold_config()
423 USART5_RT(usart_periph) |= (USART5_RT_RT & rtimeout); in usart_receiver_timeout_threshold_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h237 #define USART5_RT_RT BITS(0,23) /*!< receiver timeout threshold */ macro