Home
last modified time | relevance | path

Searched refs:cntr_time_stamp (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_debug.c231 PRINT("Cntr TS. <%10u>\n", tx_sdu->cntr_time_stamp); in isoal_test_debug_print_tx_sdu()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h193 uint32_t cntr_time_stamp; member
Disoal.c2345 tx_sdu->cntr_time_stamp, in isoal_tx_framed_find_correct_tx_event()
2425 time_stamp_selected = tx_sdu->cntr_time_stamp; in isoal_tx_framed_find_correct_tx_event()
2600 if (pp->initialized && tx_sdu->time_stamp == tx_sdu->cntr_time_stamp && in isoal_tx_framed_produce()
Dull_iso.c1175 sdu.cntr_time_stamp = HAL_TICKER_TICKS_TO_US(ticks_at_expire); in ll_iso_transmit_test_send_sdu()
1176 sdu.time_stamp = sdu.cntr_time_stamp; in ll_iso_transmit_test_send_sdu()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5930 sdu_frag_tx.cntr_time_stamp = HAL_TICKER_TICKS_TO_US(ticker_ticks_now_get());
5938 sdu_frag_tx.time_stamp = sdu_frag_tx.cntr_time_stamp;
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c487 sdu_tx->cntr_time_stamp = cntr_timestamp; in isoal_test_create_sdu_fagment()