Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/Include/
Dui2c_reg.h399 #define UI2C_CTL_FUNMODE_Pos (0) /*!< UI2… macro
400 #define UI2C_CTL_FUNMODE_Msk (0x7ul << UI2C_CTL_FUNMODE_Pos) /*!< UI2…
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dusci_i2c.c54 ui2c->CTL = 4u << UI2C_CTL_FUNMODE_Pos; in UI2C_Open()