Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c539 USART5_CTL1(usart_periph) |= USART5_CTL1_LMEN; in usart_lin_mode_enable()
558 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_LMEN); in usart_lin_mode_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h201 #define USART5_CTL1_LMEN BIT(14) /*!< LIN mode enable */ macro