Searched refs:fall_time_s (Results 1 – 1 of 1) sorted by relevance
32 double fall_time_s; member315 const double fall_time_s = config->fall_time_s; in calc_iic_master_bitrate() local334 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() local398 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, \