We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d13f91 commit a2db1e6Copy full SHA for a2db1e6
ra/fsp/src/r_iic_master/r_iic_master.c
@@ -1200,7 +1200,9 @@ static void iic_master_err_master (iic_master_instance_ctrl_t * p_ctrl)
1200
(uint8_t) (IIC_MASTER_TIMEOUT_MODE_SHORT ==
1201
((iic_master_extended_cfg_t *) p_ctrl->p_cfg->p_extend)->timeout_mode);
1202
p_ctrl->p_reg->ICFER_b.TMOE = 1;
1203
+ iic_master_abort_seq_master(p_ctrl, true);
1204
1205
+ iic_master_notify(p_ctrl, I2C_MASTER_EVENT_ABORTED);
1206
/* This interrupt will be fired again when wither stop condition is sent
1207
* or the hardware detects the line is stuck low causing a timeout */
1208
}
0 commit comments