Home
last modified time | relevance | path

Searched refs:curr_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/tests/drivers/uart/uart_async_rx/src/
Dmain.c155 uint8_t *curr_buf; member
167 if (test_data->curr_buf) { in producer_no_chunks()
170 test_data->curr_buf[i] = (uint8_t)test_data->byte_cnt; in producer_no_chunks()
173 uart_async_rx_on_rdy(async_rx, test_data->curr_buf, len); in producer_no_chunks()
174 uart_async_rx_on_buf_rel(async_rx, test_data->curr_buf); in producer_no_chunks()
175 test_data->curr_buf = test_data->next_buf; in producer_no_chunks()
181 if (test_data->curr_buf == NULL) { in producer_no_chunks()
182 test_data->curr_buf = buf; in producer_no_chunks()
232 if (test_data->curr_buf == NULL) { in consumer()
233 test_data->curr_buf = buf; in consumer()
[all …]
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_lpc11u6x.c89 data->transfer.curr_buf = msgs->buf; in lpc11u6x_i2c_transfer()
189 transfer->curr_buf = transfer->msgs->buf; in lpc11u6x_i2c_isr()
205 i2c->dat = transfer->curr_buf[0]; in lpc11u6x_i2c_isr()
206 transfer->curr_buf++; in lpc11u6x_i2c_isr()
222 transfer->curr_buf[0] = i2c->dat; in lpc11u6x_i2c_isr()
223 transfer->curr_buf++; in lpc11u6x_i2c_isr()
Di2c_lpc11u6x.h80 uint8_t *curr_buf; member