Home
last modified time | relevance | path

Searched refs:ns_presc (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c1105 uint32_t ns_presc = NSEC_PER_SEC / t_presc; in stm32_i2c_configure_timing() local
1106 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()