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.c404 while (ticker_id_head != TICKER_NULL) { in ticker_by_slot_get()
413 return TICKER_NULL; in ticker_by_slot_get()
478 if ((_ticker_id_head == TICKER_NULL) ||
491 while (_ticker_id_head != TICKER_NULL) {
532 if (_ticker_id_head != TICKER_NULL) {
593 previous = TICKER_NULL;
595 while ((current != TICKER_NULL) && (ticks_to_expire >=
619 if (previous == TICKER_NULL) {
625 if (current != TICKER_NULL) {
665 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()
308 ticker_yield_handle = TICKER_NULL; in ull_scan_aux_setup()
910 if (ticker_yield_handle != TICKER_NULL) { in ull_scan_aux_setup()
2733 uint8_t ticker_yield_handle = TICKER_NULL; in chain_start_ticker()
2794 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()
3258 LL_ASSERT(id != TICKER_NULL); in mfy_aux_offset_get()
Dull_central_iso.c1103 id = TICKER_NULL; in mfy_cis_offset_get()
1153 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.c1456 id = TICKER_NULL; in mfy_iso_offset_get()
1492 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.c2752 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()