Searched refs:fifo_fill (Results 1 – 1 of 1) sorted by relevance
1316 uint8_t fifo_fill = 0; in i2c_master_cmd_begin_static() local1323 fifo_fill = MIN(remaining_bytes, SOC_I2C_FIFO_LEN); in i2c_master_cmd_begin_static()1327 cmd->bytes_used += fifo_fill; in i2c_master_cmd_begin_static()1329 fifo_fill = 1; in i2c_master_cmd_begin_static()1337 hw_cmd.byte_num = fifo_fill; in i2c_master_cmd_begin_static()1338 i2c_hal_write_txfifo(&(i2c_context[i2c_num].hal), write_pr, fifo_fill); in i2c_master_cmd_begin_static()1353 fifo_fill = MIN(remaining_bytes, SOC_I2C_FIFO_LEN); in i2c_master_cmd_begin_static()1354 p_i2c->rx_cnt = fifo_fill; in i2c_master_cmd_begin_static()1355 hw_cmd.byte_num = fifo_fill; in i2c_master_cmd_begin_static()