Searched refs:ns_presc (Results 1 – 1 of 1) sorted by relevance
1105 uint32_t ns_presc = NSEC_PER_SEC / t_presc; in stm32_i2c_configure_timing() local1106 uint32_t sclh = i2c_h_min_time / ns_presc; in stm32_i2c_configure_timing()1107 uint32_t scll = i2c_l_min_time / ns_presc; in stm32_i2c_configure_timing()1108 uint32_t sdadel = i2c_hold_time_min / ns_presc; in stm32_i2c_configure_timing()1109 uint32_t scldel = i2c_setup_time_min / ns_presc; in stm32_i2c_configure_timing()