Home
last modified time | relevance | path

Searched refs:TICKER_NULL (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c401 while (ticker_id_head != TICKER_NULL) { in ticker_by_slot_get()
410 return TICKER_NULL; in ticker_by_slot_get()
475 if ((_ticker_id_head == TICKER_NULL) ||
488 while (_ticker_id_head != TICKER_NULL) {
529 if (_ticker_id_head != TICKER_NULL) {
590 previous = TICKER_NULL;
592 while ((current != TICKER_NULL) && (ticks_to_expire >=
616 if (previous == TICKER_NULL) {
622 if (current != TICKER_NULL) {
662 collide = ticker_id_slot_previous = TICKER_NULL;
[all …]
Dticker.h27 #define TICKER_NULL ((uint8_t)((uint8_t)0 - 1)) macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c137 if (ticker_id != TICKER_NULL) { in ull_sched_after_cen_slot_get()
315 if (ticker_id != TICKER_NULL) { in group_free_slot_get()
433 ticker_id = ticker_id_prev = TICKER_NULL; in after_match_slot_get()
482 if ((ticker_id_prev != TICKER_NULL) && in after_match_slot_get()
487 ticker_id = ticker_id_prev = TICKER_NULL; in after_match_slot_get()
493 if (ticker_id == TICKER_NULL) { in after_match_slot_get()
534 if ((ticker_id_prev != TICKER_NULL) && in after_match_slot_get()
548 if (ticker_id_prev != TICKER_NULL) { in after_match_slot_get()
Dull_scan_aux.c287 ticker_yield_handle = TICKER_NULL; in ull_scan_aux_setup()
302 ticker_yield_handle = TICKER_NULL; in ull_scan_aux_setup()
877 if (ticker_yield_handle != TICKER_NULL) { in ull_scan_aux_setup()
2632 uint8_t ticker_yield_handle = TICKER_NULL; in chain_start_ticker()
2693 if (ticker_yield_handle != TICKER_NULL) { in chain_start_ticker()
Dull_adv_aux.c2592 TICKER_NULL); in ull_adv_sync_started_stopped()
2624 ll_adv_aux_ticker_ext[aux_handle].expire_info_id = TICKER_NULL; in ull_adv_aux_start()
3212 id = TICKER_NULL; in mfy_aux_offset_get()
3250 LL_ASSERT(id != TICKER_NULL); in mfy_aux_offset_get()
Dull_central_iso.c1098 id = TICKER_NULL; in mfy_cis_offset_get()
1148 LL_ASSERT(id != TICKER_NULL); in mfy_cis_offset_get()
Dull_conn_iso.c1126 id = TICKER_NULL; in mfy_cis_lazy_fill()
1174 LL_ASSERT(id != TICKER_NULL); in mfy_cis_lazy_fill()
Dull_adv_iso.c1381 id = TICKER_NULL; in mfy_iso_offset_get()
1417 LL_ASSERT(id != TICKER_NULL); in mfy_iso_offset_get()
Dull_adv_sync.c846 ll_adv_sync_ticker_ext[sync_handle].expire_info_id = TICKER_NULL; in ull_adv_sync_start()
2704 id = TICKER_NULL;
2735 LL_ASSERT(id != TICKER_NULL);
Dull_adv.c1317 ll_adv_ticker_ext[handle].expire_info_id = TICKER_NULL;
1543 ll_adv_ticker_ext[handle].expire_info_id = TICKER_NULL;
Dull_conn.c2745 id = TICKER_NULL; in get_ticker_offset()
/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/
Dticker.c50 ticker_id = TICKER_NULL; in cmd_ticker_info()
73 (ticker_id == TICKER_NULL)) { in cmd_ticker_info()