Searched refs:CLKTOUT (Results 1 – 6 of 6) sorted by relevance
492 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
541 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
542 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
659 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()665 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()
676 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()682 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()
712 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()718 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()