Searched refs:ticks_slot_abs (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sched_internal.h | 7 int ull_sched_adv_aux_sync_free_anchor_get(uint32_t ticks_slot_abs, 9 int ull_sched_conn_iso_free_offset_get(uint32_t ticks_slot_abs, 11 int ull_sched_after_cen_slot_get(uint8_t user_id, uint32_t ticks_slot_abs,
|
D | ull_sched.c | 69 static uint8_t after_match_slot_get(uint8_t user_id, uint32_t ticks_slot_abs, 81 static int group_free_slot_get(uint8_t user_id, uint32_t ticks_slot_abs, 92 int ull_sched_adv_aux_sync_free_anchor_get(uint32_t ticks_slot_abs, in ull_sched_adv_aux_sync_free_anchor_get() argument 98 return group_free_slot_get(TICKER_USER_ID_THREAD, ticks_slot_abs, in ull_sched_adv_aux_sync_free_anchor_get() 104 int ull_sched_conn_iso_free_offset_get(uint32_t ticks_slot_abs, in ull_sched_conn_iso_free_offset_get() argument 111 err = group_free_slot_get(TICKER_USER_ID_ULL_LOW, ticks_slot_abs, in ull_sched_conn_iso_free_offset_get() 125 int ull_sched_after_cen_slot_get(uint8_t user_id, uint32_t ticks_slot_abs, in ull_sched_after_cen_slot_get() argument 133 ticker_id = after_match_slot_get(user_id, ticks_slot_abs, in ull_sched_after_cen_slot_get() 303 static int group_free_slot_get(uint8_t user_id, uint32_t ticks_slot_abs, in group_free_slot_get() argument 311 ticker_id = after_match_slot_get(user_id, ticks_slot_abs, in group_free_slot_get() [all …]
|