Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c546 p_ctrl->nack_before_stop = false; in iic_master_read_write()
1127 if ((1UL != p_ctrl->p_reg->ICCR2_b.MST) && (true != p_ctrl->nack_before_stop)) in iic_master_naki_master()
1146 else if (true == p_ctrl->nack_before_stop) in iic_master_naki_master()
1152 p_ctrl->nack_before_stop = false; in iic_master_naki_master()
1188 p_ctrl->nack_before_stop = true; in iic_master_naki_master()
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_riic_master.h81 …volatile bool nack_before_stop; // Tracks whether or not a reception of NACK befor… member