Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c260 struct ticker_user_op_slot_get slot_get; member
2832 uop->params.slot_get.ticker_id,
2833 uop->params.slot_get.ticks_current,
2834 uop->params.slot_get.ticks_to_expire,
2836 uop->params.slot_get.fp_match_op_func,
2837 uop->params.slot_get.match_op_context,
2842 uop->params.slot_get.remainder,
2847 uop->params.slot_get.lazy);
3855 user_op->params.slot_get.ticker_id = ticker_id;
3856 user_op->params.slot_get.ticks_current = ticks_current;
[all …]