Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dui2c_reg.h410 #define UI2C_CTL_FUNMODE_Pos (0) /*!< UI2… macro
411 #define UI2C_CTL_FUNMODE_Msk (0x7ul << UI2C_CTL_FUNMODE_Pos) /*!< UI2…
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dusci_i2c.c52 ui2c->CTL = 4U << UI2C_CTL_FUNMODE_Pos; in UI2C_Open()