/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 242 uint32_t *ticks_to_expire; member 406 uint32_t ticks_to_expire; in ticker_by_slot_get() local 409 ticks_to_expire = ticker->ticks_to_expire; in ticker_by_slot_get() 411 if (ticks_slot <= ticks_to_expire) { in ticker_by_slot_get() 423 ticks_slot -= ticks_to_expire; in ticker_by_slot_get() 464 uint32_t *ticks_to_expire, argument 477 _ticks_to_expire = *ticks_to_expire; 505 ticker->ticks_to_expire, [all …]
|
D | ticker.h | 138 uint32_t ticks_to_expire; member 157 uint32_t ticks_to_expire, 209 uint32_t *ticks_to_expire, 213 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 | 1031 uint32_t ticks_to_expire; in mfy_cig_offset_get() local 1044 &ticks_to_expire); in mfy_cig_offset_get() 1048 offset_min_us = HAL_TICKER_TICKS_TO_US(ticks_to_expire) + in mfy_cig_offset_get() 1089 uint32_t ticks_to_expire; in mfy_cis_offset_get() local 1104 ticks_to_expire = 0U; in mfy_cis_offset_get() 1133 &ticks_to_expire, &remainder, in mfy_cis_offset_get() 1159 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in mfy_cis_offset_get() 1167 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in mfy_cis_offset_get() 1171 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() 3229 &ticks_to_expire, &remainder, in mfy_aux_offset_get() 3236 &ticks_to_expire, in mfy_aux_offset_get() 3262 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in mfy_aux_offset_get() 3267 lll_aux->ticks_pri_pdu_offset = ticks_to_expire; in mfy_aux_offset_get() 3379 uint32_t ticks_to_expire; in ticker_cb() local 3387 ticks_to_expire = context->other_expire_info->ticks_to_expire; in ticker_cb() 3390 hal_ticker_remove_jitter(&ticks_to_expire, &sync_remainder_us); in ticker_cb() 3395 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in ticker_cb() [all …]
|
D | ull_conn.c | 2726 uint32_t ticks_to_expire, void *op_context) in ticker_op_id_match_func() argument 2729 ARG_UNUSED(ticks_to_expire); in ticker_op_id_match_func() 2744 uint32_t ticks_to_expire; in get_ticker_offset() local 2753 ticks_to_expire = 0U; in get_ticker_offset() 2759 &id, &ticks_current, &ticks_to_expire, &remainder, in get_ticker_offset() 2774 hal_ticker_remove_jitter(&ticks_to_expire, &remainder); in get_ticker_offset() 2780 hal_ticker_add_jitter(&ticks_to_expire, &remainder); in get_ticker_offset() 2783 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 | 1441 uint32_t ticks_to_expire; in mfy_iso_offset_get() local 1457 ticks_to_expire = 0U; in mfy_iso_offset_get() 1472 &ticks_to_expire, NULL, &lazy, in mfy_iso_offset_get() 1500 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; 2392 hal_ticker_remove_jitter(&ticks_to_expire, &other_remainder); 2396 adv->lll.aux->ticks_pri_pdu_offset = ticks_to_expire;
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ticker.c | 49 uint32_t *ticks_to_expire, in ticker_next_slot_get_ext() argument
|