Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h145 struct ticker_expire_info *other_expire_info; member
259 void *other_expire_info; member
Dticker.c1135 ticker->ext_data->other_expire_info = &instance->expire_infos[i];
1443 expire_info = ticker->ext_data->other_expire_info;
1450 ext_context.other_expire_info = (void *)expire_info;
1452 ext_context.other_expire_info = NULL;
1783 !ticker->ext_data->other_expire_info) {
1791 ticker->ext_data->other_expire_info) {
1793 ticker->ext_data->other_expire_info = NULL;
1862 ticker->ext_data->other_expire_info = NULL;
2336 ticker->ext_data->other_expire_info = NULL;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_aux.c3374 LL_ASSERT(context->other_expire_info); in ticker_cb()
3379 ticks_to_expire = context->other_expire_info->ticks_to_expire; in ticker_cb()
3380 sync_remainder_us = context->other_expire_info->remainder; in ticker_cb()
3393 lll_sync->sync_lazy = context->other_expire_info->lazy; in ticker_cb()
Dull_adv.c2386 LL_ASSERT(context->other_expire_info);
2389 ticks_to_expire = context->other_expire_info->ticks_to_expire;
2390 other_remainder = context->other_expire_info->remainder;
Dull_adv_sync.c2879 LL_ASSERT(context->other_expire_info);
2882 lll_iso->ticks_sync_pdu_offset = context->other_expire_info->ticks_to_expire;
2883 lll_iso->iso_lazy = context->other_expire_info->lazy;