Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c748 USART5_CTL2(usart_periph) |= USART5_CTL2_SCEN; in usart_smartcard_mode_enable()
767 USART5_CTL2(usart_periph) &= ~(USART5_CTL2_SCEN); in usart_smartcard_mode_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h218 #define USART5_CTL2_SCEN BIT(5) /*!< smartcard mode enable */ macro