Searched refs:clock_speed (Results 1 – 1 of 1) sorted by relevance
113 uint_fast16_t clock_speed = (uint_fast16_t)ser_clock_speed; in MSS_I2C_init() local131 this_i2c->hw_reg->CTRL |= (uint8_t)((((clock_speed >> 2u) & 0x01u) << CR2) in MSS_I2C_init()134 this_i2c->hw_reg->CTRL |= (uint8_t)((((clock_speed >> 1u) & 0x01u) << CR1) in MSS_I2C_init()137 this_i2c->hw_reg->CTRL |= (uint8_t)(((clock_speed & (uint8_t)0x01u) << CR0) in MSS_I2C_init()