Searched refs:read_byte (Results 1 – 1 of 1) sorted by relevance
67 rt_uint8_t read_byte; in gd32_i2c_xfer_read() local70 read_byte = I2C_DATA(cfg->i2c_periph); in gd32_i2c_xfer_read()71 *i2c_obj->current->buf = read_byte; in gd32_i2c_xfer_read()73 LOG_D("[%s] < Read byte: 0x%02X", cfg->device_name, read_byte); in gd32_i2c_xfer_read()
Completed in 18 milliseconds