Home
last modified time | relevance | path

Searched refs:other_expire_info (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.h129 struct ticker_expire_info *other_expire_info; member
234 void *other_expire_info; member
Dticker.c1088 ticker->ext_data->other_expire_info = &instance->expire_infos[i];
1378 expire_info = ticker->ext_data->other_expire_info;
1385 ext_context.other_expire_info = (void *)expire_info;
1387 ext_context.other_expire_info = NULL;
1712 !ticker->ext_data->other_expire_info) {
1720 ticker->ext_data->other_expire_info) {
1722 ticker->ext_data->other_expire_info = NULL;
1789 ticker->ext_data->other_expire_info = NULL;
2234 ticker->ext_data->other_expire_info = NULL;
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c2423 LL_ASSERT(context->other_expire_info);
2426 lll_iso->ticks_sync_pdu_offset = context->other_expire_info->ticks_to_expire;
2427 lll_iso->iso_lazy = context->other_expire_info->lazy;
Dull_adv_aux.c3284 LL_ASSERT(context->other_expire_info); in ticker_cb()
3289 ticks_to_expire = context->other_expire_info->ticks_to_expire; in ticker_cb()
3290 sync_remainder_us = context->other_expire_info->remainder; in ticker_cb()
3303 lll_sync->sync_lazy = context->other_expire_info->lazy; in ticker_cb()
Dull_adv.c2346 LL_ASSERT(context->other_expire_info);
2349 ticks_to_expire = context->other_expire_info->ticks_to_expire;
2350 other_remainder = context->other_expire_info->remainder;