Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_renesas_ra_iic.c32 double fall_time_s; member
315 const double fall_time_s = config->fall_time_s; in calc_iic_master_bitrate() local
334 1 / ((total_brl_brh + 2 * constant_add) / divided_pclk + rise_time_s + fall_time_s); in calc_iic_master_bitrate()
338 (rise_time_s + fall_time_s + ((total_brl_brh + 2 * constant_add)) / divided_pclk)); in calc_iic_master_bitrate()
360 const double fall_time_s = config->fall_time_s; in calc_iic_master_clock_setting() local
398 ceil(((1 / (double)requested_bitrate) - (rise_time_s + fall_time_s)) * in calc_iic_master_clock_setting()
531 .fall_time_s = DT_INST_PROP(index, fall_time_ns) / RA_IIC_MASTER_DIV_TIME_NS, \