Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_lpuart.c389 LPUART_CTL2 |= LPUART_CTL2_HDEN; in lpuart_halfduplex_enable()
403 LPUART_CTL2 &= ~(LPUART_CTL2_HDEN); in lpuart_halfduplex_disable()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lpuart.h88 #define LPUART_CTL2_HDEN BIT(3) /*!< half-duplex enable */ macro