Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_iic_master.h74 … volatile bool restart; // Holds whether or not the restart should be issued when done member
116 bool const restart);
120 bool const restart);
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_riic_master.h74 …volatile bool restart; // Holds whether or not the restart should be issu… member
123 bool const restart);
127 bool const restart);
/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c266 p_ctrl->restart = false; in R_IIC_MASTER_Open()
289 bool const restart) in R_IIC_MASTER_Read() argument
299 ((iic_master_instance_ctrl_t *) p_api_ctrl)->restart = restart; in R_IIC_MASTER_Read()
322 bool const restart) in R_IIC_MASTER_Write() argument
331 ((iic_master_instance_ctrl_t *) p_api_ctrl)->restart = restart; in R_IIC_MASTER_Write()
387 FSP_ERROR_RETURN(((0 == p_ctrl->remain) && (false == p_ctrl->restart)), FSP_ERR_IN_USE); in R_IIC_MASTER_SlaveAddressSet()
707 p_ctrl->restart = false; in iic_master_abort_seq_master()
1096 if (p_ctrl->restart) in iic_master_tei_master()
1259 if (p_ctrl->restart) in iic_master_rxi_read_data()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c245 p_ctrl->restart = false; in R_RIIC_MASTER_Open()
266 bool const restart) in R_RIIC_MASTER_Read() argument
276 ((iic_master_instance_ctrl_t *) p_api_ctrl)->restart = restart; in R_RIIC_MASTER_Read()
297 bool const restart) in R_RIIC_MASTER_Write() argument
306 ((iic_master_instance_ctrl_t *) p_api_ctrl)->restart = restart; in R_RIIC_MASTER_Write()
362 FSP_ERROR_RETURN(((0 == p_ctrl->remain) && (false == p_ctrl->restart)), FSP_ERR_IN_USE); in R_RIIC_MASTER_SlaveAddressSet()
683 p_ctrl->restart = false; in iic_master_abort_seq_master()
1074 if (p_ctrl->restart) in iic_master_tei_master()
1317 if (p_ctrl->restart) in iic_master_rxi_read_data()
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_i2c_master_api.h135 bool const restart);
147 bool const restart);
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_i2c_master_api.h127 bool const restart);
137 bool const restart);