Home
last modified time | relevance | path

Searched refs:read_cnt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c55 uint16_t read_cnt; member
66 chrc_ctx->read_cnt++; in read_test_chrc()
168 if ((unhandled_chrc_ctx.read_cnt != 1) && (unhandled_chrc_ctx.write_cnt != 1)) { in unhandled_chrc_operation_validate()
190 if ((unauthorized_chrc_ctx.read_cnt != 0) && (unauthorized_chrc_ctx.write_cnt != 0)) { in unauthorized_chrc_operation_validate()
212 if ((authorized_chrc_ctx.read_cnt != 1) && (authorized_chrc_ctx.write_cnt != 1)) { in authorized_chrc_operation_validate()
/Zephyr-Core-3.7.0/tests/lib/spsc_pbuf/src/
Dmain.c418 uint32_t read_cnt; member
436 zassert_true(false, "Unexpected error: %d, cnt:%d", len, ctx->read_cnt); in stress_read()
439 zassert_ok(check_buffer(buf, len, ctx->read_cnt)); in stress_read()
440 ctx->read_cnt++; in stress_read()
502 zassert_ok(check_buffer(buf, len, ctx->read_cnt)); in stress_claim_free()
506 ctx->read_cnt++; in stress_claim_free()
544 ctx.read_cnt = 0; in ZTEST()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c429 const uint32_t read_cnt = bap_usb_get_read_cnt(sh_stream); in bap_usb_can_get_full_sdu() local
430 const uint32_t retrieve_cnt = read_cnt * sh_stream->lc3_frame_blocks_per_sdu; in bap_usb_can_get_full_sdu()
511 const uint32_t read_cnt = bap_usb_get_read_cnt(sh_stream); in bap_usb_get_frame() local
515 buffer, usb_in_left_ring_buffer, sh_stream->tx.left_read_idx, read_cnt); in bap_usb_get_frame()
518 buffer, usb_in_right_ring_buffer, sh_stream->tx.right_read_idx, read_cnt); in bap_usb_get_frame()
/Zephyr-Core-3.7.0/drivers/display/
Ddisplay_ili9xxx.c246 for (uint32_t read_cnt = 0; read_cnt < nbr_of_reads; read_cnt++) { in ili9xxx_read() local
260 read_data_start[read_cnt] = in ili9xxx_read()