Searched refs:addr_high (Results 1 – 4 of 4) sorted by relevance
68 uint8_t addr_high; // Holds the first address byte to issue in 10-bit mode member
68 …uint8_t addr_high; // Holds the first address byte to issue in 10-bit… member
574 p_ctrl->addr_high = 0U; 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()1370 address_byte = p_ctrl->addr_high; in iic_master_txi_send_address()1375 address_byte = p_ctrl->addr_high | (uint8_t) I2C_CODE_READ; in iic_master_txi_send_address()
552 p_ctrl->addr_high = 0U; 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()1430 address_byte = p_ctrl->addr_high; in iic_master_txi_send_address()1435 address_byte = p_ctrl->addr_high | (uint8_t) I2C_CODE_READ; in iic_master_txi_send_address()