Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpi2c_reg.h452 #define LPI2C_TOCTL_TOCDIV4_Msk (0x1ul << LPI2C_TOCTL_TOCDIV4_Pos) /*!< LPI… macro
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpi2c.c353 lpi2c->TOCTL |= LPI2C_TOCTL_TOCDIV4_Msk; in LPI2C_EnableTimeout()
357 lpi2c->TOCTL &= ~LPI2C_TOCTL_TOCDIV4_Msk; in LPI2C_EnableTimeout()