Searched refs:rise_time_s (Results 1 – 1 of 1) sorted by relevance
31 double rise_time_s; member314 const double rise_time_s = config->rise_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()337 ((rise_time_s + ((brh + constant_add) / divided_pclk)) / 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()359 const double rise_time_s = config->rise_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()530 .rise_time_s = DT_INST_PROP(index, rise_time_ns) / RA_IIC_MASTER_DIV_TIME_NS, \