Searched refs:tmp_baud_hs (Results 1 – 1 of 1) sorted by relevance
91 int32_t tmp_baud_hs = 0; in _i2c_master_set_config() local188 tmp_baud_hs = (int32_t)(fgclk / fscl_hs) - 2 - tmp_baudlow_hs; in _i2c_master_set_config()190 tmp_baud_hs = (int32_t)(div_ceil(fgclk, 2 * fscl_hs)) - 1; in _i2c_master_set_config()195 if (tmp_baud > 255 || tmp_baud < 0 || tmp_baud_hs > 255 || tmp_baud_hs < 0) { in _i2c_master_set_config()202 SERCOM_I2CM_BAUD_HSBAUD(tmp_baud_hs) | SERCOM_I2CM_BAUD_HSBAUDLOW(tmp_baudlow_hs); in _i2c_master_set_config()
Completed in 9 milliseconds