Searched refs:brh (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/i2c/ |
D | i2c_renesas_ra_iic.c | 61 uint32_t brh; member 310 uint32_t brh, uint32_t divider, in calc_iic_master_bitrate() argument 337 ((rise_time_s + ((brh + constant_add) / divided_pclk)) / in calc_iic_master_bitrate() 340 result->brh = brh; in calc_iic_master_bitrate() 341 result->brl = total_brl_brh - brh; in calc_iic_master_bitrate() 350 __func__, total_brl_brh, brh, divider, result->bitrate, result->duty, in calc_iic_master_bitrate() 351 result->divider, result->brh, result->brl, result->duty_error_percent); in calc_iic_master_bitrate() 461 if ((temp_bitrate.brh < 32) && (temp_bitrate.brl < 32)) { in calc_iic_master_clock_setting() 469 clk_cfg->brh_value = bitrate.brh; in calc_iic_master_clock_setting()
|