Home
last modified time | relevance | path

Searched refs:TOCTL (Results 1 – 12 of 12) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c101 i2c->TOCTL |= I2C_TOCTL_TOIF_Msk; in I2C_ClearTimeoutFlag()
381 i2c->TOCTL |= I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
385 i2c->TOCTL &= ~I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
388 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_EnableTimeout()
403 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_DisableTimeout()
618 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
628 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
654 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
664 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c116 i2c->TOCTL |= I2C_TOCTL_TOIF_Msk; in I2C_ClearTimeoutFlag()
398 i2c->TOCTL |= I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
402 i2c->TOCTL &= ~I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
405 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_EnableTimeout()
420 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_DisableTimeout()
635 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
645 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
671 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
681 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Di2c.c112 i2c->TOCTL |= I2C_TOCTL_TOIF_Msk; in I2C_ClearTimeoutFlag()
392 i2c->TOCTL |= I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
396 i2c->TOCTL &= ~I2C_TOCTL_TOCDIV4_Msk; in I2C_EnableTimeout()
399 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_EnableTimeout()
414 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_DisableTimeout()
671 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
681 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusTimeout()
707 i2c->TOCTL &= ~I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
717 i2c->TOCTL |= I2C_TOCTL_TOCEN_Msk; in I2C_SMBusClockLoTimeout()
Dlpi2c.c87 lpi2c->TOCTL |= LPI2C_TOCTL_TOIF_Msk; in LPI2C_ClearTimeoutFlag()
353 lpi2c->TOCTL |= LPI2C_TOCTL_TOCDIV4_Msk; in LPI2C_EnableTimeout()
357 lpi2c->TOCTL &= ~LPI2C_TOCTL_TOCDIV4_Msk; in LPI2C_EnableTimeout()
360 lpi2c->TOCTL |= LPI2C_TOCTL_TOCEN_Msk; in LPI2C_EnableTimeout()
375 lpi2c->TOCTL &= ~LPI2C_TOCTL_TOCEN_Msk; in LPI2C_DisableTimeout()
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpi2c_reg.h386 …__IO uint32_t TOCTL; /*!< [0x0014] LPI2C Time-out Control Register … member
Di2c_reg.h522 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Di2c_reg.h470 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Di2c_reg.h519 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpi2c.h164 #define LPI2C_GET_TIMEOUT_FLAG(lpi2c) ( ((lpi2c)->TOCTL & LPI2C_TOCTL_TOIF_Msk) == LPI2C_TOCTL_TO…
Di2c.h158 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…
/hal_nuvoton-latest/m46x/StdDriver/inc/
Di2c.h157 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…
/hal_nuvoton-latest/m48x/StdDriver/inc/
Di2c.h147 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…