Searched refs:TOCTL (Results 1 – 12 of 12) sorted by relevance
101 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()
116 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()
112 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()
87 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()
386 …__IO uint32_t TOCTL; /*!< [0x0014] LPI2C Time-out Control Register … member
522 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
470 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
519 …__IO uint32_t TOCTL; /*!< [0x0014] I2C Time-out Control Register … member
164 #define LPI2C_GET_TIMEOUT_FLAG(lpi2c) ( ((lpi2c)->TOCTL & LPI2C_TOCTL_TOIF_Msk) == LPI2C_TOCTL_TO…
158 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…
157 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…
147 #define I2C_GET_TIMEOUT_FLAG(i2c) ( ((i2c)->TOCTL & I2C_TOCTL_TOIF_Msk) == I2C_TOCTL_TOIF_Msk ? 1…