Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/Include/
Dui2c_reg.h429 #define UI2C_LINECTL_DWIDTH_Pos (8) /*!< UI2… macro
430 #define UI2C_LINECTL_DWIDTH_Msk (0xful << UI2C_LINECTL_DWIDTH_Pos) /*!< UI2…
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dusci_i2c.c59 ui2c->LINECTL |= 8u << UI2C_LINECTL_DWIDTH_Pos; in UI2C_Open()