Searched refs:tmp_baudlow_hs (Results 1 – 1 of 1) sorted by relevance
92 int32_t tmp_baudlow_hs = 0; in _i2c_master_set_config() local186 tmp_baudlow_hs = (int32_t)((fgclk * 2.0) / (3.0 * fscl_hs) - 1); in _i2c_master_set_config()187 if (tmp_baudlow_hs) { in _i2c_master_set_config()188 tmp_baud_hs = (int32_t)(fgclk / fscl_hs) - 2 - tmp_baudlow_hs; 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 10 milliseconds