Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c906 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.h233 #define USART5_GP_PSC BITS(0,7) /*!< prescaler value for dividing the syste… macro