Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dui2c_reg.h507 #define UI2C_PROTIEN_STORIEN_Msk (0x1ul << UI2C_PROTIEN_STORIEN_Pos) /*!< UI2… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dusci_i2c.c173 ui2c->PROTIEN &= ~UI2C_PROTIEN_STORIEN_Msk; in UI2C_DisableInt()
235 ui2c->PROTIEN |= UI2C_PROTIEN_STORIEN_Msk; in UI2C_EnableInt()