Searched refs:slave (Results 1 – 6 of 6) sorted by relevance
87 uint32_t slave; ///< The address of the slave device member165 fsp_err_t (* slaveAddressSet)(i2c_master_ctrl_t * const p_ctrl, uint32_t const slave,
85 uint32_t slave; ///< The address of the slave device member151 fsp_err_t (* slaveAddressSet)(i2c_master_ctrl_t * const p_ctrl, uint32_t const slave,
55 uint32_t slave; // The address of the slave device member123 uint32_t const slave,
55 uint32_t slave; // The address of the slave device member130 uint32_t const slave,
237 p_ctrl->slave = p_cfg->slave; in R_IIC_MASTER_Open()375 uint32_t const slave, in R_IIC_MASTER_SlaveAddressSet() argument391 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()
215 p_ctrl->slave = p_cfg->slave; in R_RIIC_MASTER_Open()350 uint32_t const slave, in R_RIIC_MASTER_SlaveAddressSet() argument366 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()