Searched refs:p_buff (Results 1 – 1 of 1) sorted by relevance
1165 uint8_t *p_buff = p_data; in do_write() local1225 io_write8(base + I2C_TXDR, *p_buff); in do_write()1226 p_buff++; in do_write()1310 uint8_t *p_buff = p_data; in stm32_i2c_read_write_membyte() local1357 io_write8(base + I2C_TXDR, *p_buff); in stm32_i2c_read_write_membyte()1362 *p_buff = io_read8(base + I2C_RXDR); in stm32_i2c_read_write_membyte()1398 uint8_t *p_buff = p_data; in do_read() local1451 *p_buff = io_read8(base + I2C_RXDR); in do_read()1452 p_buff++; in do_read()