Home
last modified time | relevance | path

Searched refs:byte_cnt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/drivers/uart/uart_async_rx/src/
Dmain.c153 uint32_t byte_cnt; member
170 test_data->curr_buf[i] = (uint8_t)test_data->byte_cnt; in producer_no_chunks()
171 test_data->byte_cnt++; in producer_no_chunks()
219 buf[j], test_data->exp_consume, len, test_data->byte_cnt); in consumer()
258 test_data->curr_buf[test_data->curr_len + i] = (uint8_t)test_data->byte_cnt; in producer_in_chunks()
259 test_data->byte_cnt++; in producer_in_chunks()
316 TC_PRINT("total bytes: %d\n", test_data.byte_cnt); in stress_test()
/Zephyr-Core-3.7.0/samples/drivers/espi/src/
Despi_oob_handler.c20 uint8_t byte_cnt; member
64 oob_hdr.byte_cnt = 1; in request_temp()