Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dui2c_reg.h438 #define UI2C_LINECTL_LSB_Msk (0x1ul << UI2C_LINECTL_LSB_Pos) /*!< UI2… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dusci_i2c.c60 ui2c->LINECTL &= ~UI2C_LINECTL_LSB_Msk; in UI2C_Open()