Searched refs:rx_cnt (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 27 static uint16_t rx_cnt; variable 104 rx_cnt++; in recv_cb() 111 if (!(rx_cnt == 0 && seg_offset == 0)) { in recv_cb() 274 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 289 LOG_INF("Total received: %d", rx_cnt); in test_peripheral_main() 291 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 29 static uint16_t rx_cnt; variable 93 rx_cnt++; in recv_cb() 256 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 271 LOG_INF("Total received: %d", rx_cnt); in test_peripheral_main() 273 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 42 static uint16_t rx_cnt; variable 142 rx_cnt++; in recv_cb() 335 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 341 LOG_INF("Total received: %d", rx_cnt); in test_peripheral_main() 343 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 31 static uint8_t rx_cnt; variable 70 memset(test_data, rx_cnt++, sizeof(test_data)); in rx_ended() 181 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_immediate_replay_attack() 238 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_power_replay_attack()
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_nrfx_uarte.c | 106 } rx_cnt; member 607 ret = gppi_channel_alloc(&data->async->rx_cnt.ppi); in uarte_nrfx_rx_counting_init() 617 data->async->rx_cnt.ppi, in uarte_nrfx_rx_counting_init() 629 data->async->rx_cnt.ppi); in uarte_nrfx_rx_counting_init() 632 data->async->rx_cnt.ppi); in uarte_nrfx_rx_counting_init() 635 ret = gppi_channel_enable(data->async->rx_cnt.ppi); in uarte_nrfx_rx_counting_init() 999 read = data->async->rx_cnt.cnt; in rx_timeout() 1022 data->async->rx_cnt.cnt = data->async->rx_total_user_byte_cnt; in rx_timeout() 1387 data->async->rx_cnt.cnt++; in uarte_nrfx_isr_async()
|
D | uart_nrfx_uart.c | 537 size_t rx_cnt = uart0_cb.rx_counter; in rx_rdy_evt() local 541 event.data.rx.len = rx_cnt - uart0_cb.rx_offset; in rx_rdy_evt() 544 uart0_cb.rx_offset = rx_cnt; in rx_rdy_evt()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | audio.h | 85 size_t rx_cnt; member
|
D | bap.c | 1852 sh_stream->rx_cnt++; in audio_recv() 1870 if ((sh_stream->rx_cnt % recv_stats_interval) == 0) { in audio_recv() 1874 sh_stream->rx_cnt, stream, buf->len, info->ts, info->seq_num, in audio_recv() 1938 sh_stream->rx_cnt = 0U; in stream_started_cb()
|