Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Duuart_reg.h525 #define UUART_LINECTL_CTLOINV_Msk (0x1ul << UUART_LINECTL_CTLOINV_Pos) /*!< UUA… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dusci_uart.c668 uuart->LINECTL &= ~UUART_LINECTL_CTLOINV_Msk; in UUART_EnableFlowCtrl()