Searched refs:tSCLmin (Results 1 – 1 of 1) sorted by relevance
88 uint32_t sys_freq, tPCLK, targBusFreq, tSCLmin, cklMin, ckhMin, ckh_cklMin; in I2C_Setspeed() local102 tSCLmin = 1000000 / (targBusFreq / 1000); in I2C_Setspeed()105 ckh_cklMin = ((tSCLmin + (tPCLK - 1)) / tPCLK) - 2; in I2C_Setspeed()
Completed in 4 milliseconds