Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_i2c_master_api.h87 uint32_t slave; ///< The address of the slave device member
165 fsp_err_t (* slaveAddressSet)(i2c_master_ctrl_t * const p_ctrl, uint32_t const slave,
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_i2c_master_api.h85 uint32_t slave; ///< The address of the slave device member
151 fsp_err_t (* slaveAddressSet)(i2c_master_ctrl_t * const p_ctrl, uint32_t const slave,
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_iic_master.h55 uint32_t slave; // The address of the slave device member
123 uint32_t const slave,
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_riic_master.h55 uint32_t slave; // The address of the slave device member
130 uint32_t const slave,
/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c237 p_ctrl->slave = p_cfg->slave; in R_IIC_MASTER_Open()
375 uint32_t const slave, in R_IIC_MASTER_SlaveAddressSet() argument
391 p_ctrl->slave = slave; in R_IIC_MASTER_SlaveAddressSet()
575 p_ctrl->addr_low = (uint8_t) ((p_ctrl->slave << 1U) | (uint8_t) direction); in iic_master_read_write()
583 …p_ctrl->addr_high = (uint8_t) (((p_ctrl->slave >> 7U) | I2C_CODE_10BIT) & (uint8_t) ~(I2C_CODE_REA… in iic_master_read_write()
584 p_ctrl->addr_low = (uint8_t) p_ctrl->slave; in iic_master_read_write()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c215 p_ctrl->slave = p_cfg->slave; in R_RIIC_MASTER_Open()
350 uint32_t const slave, in R_RIIC_MASTER_SlaveAddressSet() argument
366 p_ctrl->slave = slave; in R_RIIC_MASTER_SlaveAddressSet()
553 p_ctrl->addr_low = (uint8_t) ((p_ctrl->slave << 1U) | (uint8_t) direction); in iic_master_read_write()
561 …p_ctrl->addr_high = (uint8_t) (((p_ctrl->slave >> 7U) | I2C_CODE_10BIT) & (uint8_t) ~(I2C_CODE_REA… in iic_master_read_write()
562 p_ctrl->addr_low = (uint8_t) p_ctrl->slave; in iic_master_read_write()