/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/ |
D | ticker.c | 41 uint32_t ticks_to_expire; in cmd_ticker_info() member 43 uint32_t ticks_to_expire; in cmd_ticker_info() local 51 ticks_to_expire = 0U; in cmd_ticker_info() 64 &ticks_to_expire, in cmd_ticker_info() 98 tickers[tickers_count].ticks_to_expire = ticks_to_expire; in cmd_ticker_info() 117 tickers[i].ticks_to_expire, in cmd_ticker_info() 118 HAL_TICKER_TICKS_TO_US(tickers[i].ticks_to_expire)); in cmd_ticker_info()
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 66 uint32_t ticks_to_expire; /* Ticks until expiration */ member 123 uint32_t ticks_to_expire; member 240 uint32_t *ticks_to_expire; member 403 uint32_t ticks_to_expire; in ticker_by_slot_get() local 406 ticks_to_expire = ticker->ticks_to_expire; in ticker_by_slot_get() 408 if (ticks_slot <= ticks_to_expire) { in ticker_by_slot_get() 420 ticks_slot -= ticks_to_expire; in ticker_by_slot_get() 461 uint32_t *ticks_to_expire, argument 474 _ticks_to_expire = *ticks_to_expire; 502 ticker->ticks_to_expire, [all …]
|
D | ticker.h | 138 uint32_t ticks_to_expire; member 155 uint32_t ticks_to_expire, 207 uint32_t *ticks_to_expire, 211 uint32_t *ticks_to_expire,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sched.c | 64 uint32_t ticks_to_expire, void *op_context); 86 uint32_t ticks_to_expire, void *op_context); 95 uint32_t ticks_to_expire; in ull_sched_adv_aux_sync_free_anchor_get() local 99 &ticks_to_expire, &ticks_slot, ticks_anchor); in ull_sched_adv_aux_sync_free_anchor_get() 105 uint32_t *ticks_to_expire) in ull_sched_conn_iso_free_offset_get() argument 112 ticks_to_expire, &ticks_slot, &ticks_anchor); in ull_sched_conn_iso_free_offset_get() 117 *ticks_to_expire += ticks_slot; in ull_sched_conn_iso_free_offset_get() 128 uint32_t ticks_to_expire; in ull_sched_after_cen_slot_get() local 135 ticks_anchor, &ticks_to_expire, in ull_sched_after_cen_slot_get() 161 hal_ticker_remove_jitter(&ticks_to_expire, &remainder_us); in ull_sched_after_cen_slot_get() [all …]
|
D | ull_sched_internal.h | 10 uint32_t *ticks_to_expire);
|
D | ull_central_iso.c | 1026 uint32_t ticks_to_expire; in mfy_cig_offset_get() local 1039 &ticks_to_expire); in mfy_cig_offset_get() 1043 offset_min_us = HAL_TICKER_TICKS_TO_US(ticks_to_expire) + in mfy_cig_offset_get() 1084 uint32_t ticks_to_expire; in mfy_cis_offset_get() local 1099 ticks_to_expire = 0U; in mfy_cis_offset_get() 1128 &ticks_to_expire, &remainder, in mfy_cis_offset_get() 1154 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in mfy_cis_offset_get() 1162 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in mfy_cis_offset_get() 1166 offset_min_us = HAL_TICKER_TICKS_TO_US(ticks_to_expire) + in mfy_cis_offset_get()
|
D | ull_adv_aux.c | 3190 uint32_t ticks_to_expire; in mfy_aux_offset_get() local 3213 ticks_to_expire = 0U; in mfy_aux_offset_get() 3228 &ticks_to_expire, &remainder, in mfy_aux_offset_get() 3254 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in mfy_aux_offset_get() 3259 lll_aux->ticks_pri_pdu_offset = ticks_to_expire; in mfy_aux_offset_get() 3371 uint32_t ticks_to_expire; in ticker_cb() local 3379 ticks_to_expire = context->other_expire_info->ticks_to_expire; in ticker_cb() 3381 hal_ticker_remove_jitter(&ticks_to_expire, &sync_remainder_us); in ticker_cb() 3386 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in ticker_cb() 3389 lll_sync->us_adv_sync_pdu_offset = HAL_TICKER_TICKS_TO_US(ticks_to_expire) + in ticker_cb()
|
D | ull_conn.c | 2719 uint32_t ticks_to_expire, void *op_context) in ticker_op_id_match_func() argument 2722 ARG_UNUSED(ticks_to_expire); in ticker_op_id_match_func() 2737 uint32_t ticks_to_expire; in get_ticker_offset() local 2746 ticks_to_expire = 0U; in get_ticker_offset() 2752 &id, &ticks_current, &ticks_to_expire, &remainder, in get_ticker_offset() 2767 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in get_ticker_offset() 2773 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in get_ticker_offset() 2776 return ull_get_wrapped_time_us(HAL_TICKER_TICKS_TO_US(ticks_to_expire), in get_ticker_offset()
|
D | ull_adv_sync.c | 2690 uint32_t ticks_to_expire; local 2705 ticks_to_expire = 0U; 2720 &ticks_to_expire, &remainder, 2741 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); 2748 hal_ticker_add_jitter(&ticks_to_expire, &remainder); 2753 sync_info_offset_fill(si, ticks_to_expire, sync_remainder_us, 2882 lll_iso->ticks_sync_pdu_offset = context->other_expire_info->ticks_to_expire;
|
D | ull_adv_iso.c | 1366 uint32_t ticks_to_expire; in mfy_iso_offset_get() local 1382 ticks_to_expire = 0U; in mfy_iso_offset_get() 1397 &ticks_to_expire, NULL, &lazy, in mfy_iso_offset_get() 1425 big_info_offset_fill(bi, ticks_to_expire, 0U); in mfy_iso_offset_get()
|
D | ull_conn_iso.c | 1114 uint32_t ticks_to_expire; in mfy_cis_lazy_fill() local 1127 ticks_to_expire = 0U; in mfy_cis_lazy_fill() 1154 &ticks_current, &ticks_to_expire, &remainder, &lazy, in mfy_cis_lazy_fill()
|
D | ull_adv.c | 2383 uint32_t ticks_to_expire; local 2389 ticks_to_expire = context->other_expire_info->ticks_to_expire; 2391 hal_ticker_remove_jitter(&ticks_to_expire, &other_remainder); 2394 adv->lll.aux->ticks_pri_pdu_offset = ticks_to_expire;
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ticker.c | 42 uint32_t *ticks_to_expire, in ticker_next_slot_get_ext() argument
|