Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c725 USART5_GP(usart_periph) &= ~(USART5_GP_GUAT); in usart_guard_time_config()
727 USART5_GP(usart_periph) |= (USART5_GP_GUAT & ((guat) << 8)); in usart_guard_time_config()
906 USART5_GP(usart_periph) &= ~(USART5_GP_PSC); in usart_prescaler_config()
908 USART5_GP(usart_periph) |= (USART5_GP_PSC & psc); in usart_prescaler_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h70 #define USART5_GP(usartx) REG32((usartx) + 0x000000010U) /*!< USART5 guard time … macro