Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c641 USART5_CTL1(usart_periph) |= USART5_CTL1_CKEN; in usart_synchronous_clock_enable()
660 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_CKEN); in usart_synchronous_clock_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h199 #define USART5_CTL1_CKEN BIT(11) /*!< ck pin enable */ macro