Home
last modified time | relevance | path

Searched defs:timeout_count (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c827 uint32_t timeout_count = ((1U << (pclkb - iclk)) * p_ctrl->p_reg->ICBRL) >> 2U; in iic_master_run_hw_master() local
1008 uint32_t timeout_count = IIC_MASTER_PERIPHERAL_REG_MAX_WAIT; in iic_master_txi_master() local
1077 uint32_t timeout_count = IIC_MASTER_PERIPHERAL_REG_MAX_WAIT; in iic_master_tei_master() local
1335 uint32_t timeout_count = IIC_MASTER_PERIPHERAL_REG_MAX_WAIT; in iic_master_txi_send_address() local
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c812 uint32_t timeout_count = (i2_clk / iic_clk * p_ctrl->p_reg->ICBRL_b.BRL) >> 2U; in iic_master_run_hw_master() local