Searched refs:receive_bytes (Results 1 – 1 of 1) sorted by relevance
71 uint32_t receive_bytes = (remain > FSMBM_BUFFER_SIZE) ? FSMBM_BUFFER_SIZE : remain; in i2c_kb1200_isr() local74 receive_bytes); in i2c_kb1200_isr()75 data->index += receive_bytes; in i2c_kb1200_isr()