Home
last modified time | relevance | path

Searched refs:UUART_LINECTL_LSB_Msk (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Duuart_reg.h526 #define UUART_LINECTL_LSB_Msk (0x1ul << UUART_LINECTL_LSB_Pos) /*!< UUA… macro
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Duuart_reg.h519 #define UUART_LINECTL_LSB_Msk (0x1ul << UUART_LINECTL_LSB_Pos) /*!< UUA… macro
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Duuart_reg.h520 #define UUART_LINECTL_LSB_Msk (0x1ul << UUART_LINECTL_LSB_Pos) /*!< UUART_… macro
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dusci_uart.c422 uuart->LINECTL = UUART_WORD_LEN_8 | UUART_LINECTL_LSB_Msk; in UUART_Open()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dusci_uart.c414 uuart->LINECTL = UUART_WORD_LEN_8 | UUART_LINECTL_LSB_Msk; in UUART_Open()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dusci_uart.c407 uuart->LINECTL = UUART_WORD_LEN_8 | UUART_LINECTL_LSB_Msk; in UUART_Open()