Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c1146 uint8_t errs_events = IIC_MASTER_STATUS_REGISTER_2_ERR_MASK & p_ctrl->p_reg->ICSR2; in iic_master_err_master() local
1150 if ((errs_events & in iic_master_err_master()
1152 … ((errs_events & (uint8_t) (IIC_MASTER_ERR_EVENT_NACK)) && (1U != p_ctrl->p_reg->ICCR2_b.MST))) in iic_master_err_master()
1172 …else if ((errs_events & (uint8_t) (IIC_MASTER_ERR_EVENT_NACK)) && (1U == p_ctrl->p_reg->ICCR2_b.MS… in iic_master_err_master()
1201 else if ((errs_events & (uint8_t) IIC_MASTER_ERR_EVENT_STOP) || in iic_master_err_master()
1202 ((p_ctrl->restarted) && (errs_events & (uint8_t) IIC_MASTER_ERR_EVENT_START))) in iic_master_err_master()
1213 else if ((errs_events & (uint8_t) IIC_MASTER_ERR_EVENT_STOP)) in iic_master_err_master()