Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c63 static bool ticker_match_cen_op_cb(uint8_t ticker_id, uint32_t ticks_slot,
67 typedef struct ull_hdr *(*ull_hdr_get_func)(uint8_t ticker_id,
77 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot);
85 static bool ticker_match_any_op_cb(uint8_t ticker_id, uint32_t ticks_slot,
131 uint8_t ticker_id; in ull_sched_after_cen_slot_get() local
133 ticker_id = after_match_slot_get(user_id, ticks_slot_abs, in ull_sched_after_cen_slot_get()
137 if (ticker_id != TICKER_NULL) { in ull_sched_after_cen_slot_get()
309 uint8_t ticker_id; in group_free_slot_get() local
311 ticker_id = after_match_slot_get(user_id, ticks_slot_abs, in group_free_slot_get()
315 if (ticker_id != TICKER_NULL) { in group_free_slot_get()
[all …]
Dull_conn_iso.c527 uint8_t ticker_id = TICKER_ID_CONN_ISO_BASE + in ull_conn_iso_done() local
534 ticker_id, in ull_conn_iso_done()
835 uint8_t ticker_id; in ull_conn_iso_start() local
910 ticker_id = TICKER_ID_CONN_ISO_BASE + ll_conn_iso_group_handle_get(cig); in ull_conn_iso_start()
1083 ticker_id, ticks_at_expire, in ull_conn_iso_start()
1118 uint8_t ticker_id; in mfy_cis_lazy_fill() local
1124 ticker_id = TICKER_ID_CONN_ISO_BASE + ll_conn_iso_group_handle_get(cig); in mfy_cis_lazy_fill()
1175 } while (id != ticker_id); in mfy_cis_lazy_fill()
Dull_conn.c1368 uint8_t ticker_id = TICKER_ID_CONN_BASE + lll->handle; in ull_conn_done() local
1380 ticker_id, in ull_conn_done()
2718 static bool ticker_op_id_match_func(uint8_t ticker_id, uint32_t ticks_slot, in ticker_op_id_match_func() argument
2726 return ticker_id == match_id; in ticker_op_id_match_func()
2734 static uint32_t get_ticker_offset(uint8_t ticker_id, uint16_t *lazy) in get_ticker_offset() argument
2753 lazy, ticker_op_id_match_func, &ticker_id, in get_ticker_offset()
Dull_iso.c1995 uint8_t ticker_id = 0; in ull_iso_resume_ticker_start() local
2004 ticker_id = TICKER_ID_CONN_ISO_RESUME_BASE + group_handle; in ull_iso_resume_ticker_start()
2008 ticker_id = TICKER_ID_SCAN_SYNC_ISO_RESUME_BASE + group_handle; in ull_iso_resume_ticker_start()
2059 ticker_id, in ull_iso_resume_ticker_start()
Dull_central_iso.c1089 uint8_t ticker_id; in mfy_cis_offset_get() local
1096 ticker_id = TICKER_ID_CONN_ISO_BASE + ll_conn_iso_group_handle_get(cig); in mfy_cis_offset_get()
1149 } while (id != ticker_id); in mfy_cis_offset_get()
Dull.c1817 uint8_t * const ticker_id) in ll_timeslice_ticker_id_get() argument
1820 *ticker_id = (TICKER_NODES - FLASH_TICKER_NODES - COEX_TICKER_NODES); in ll_timeslice_ticker_id_get()
1824 uint8_t * const ticker_id) in ll_coex_ticker_id_get() argument
1827 *ticker_id = (TICKER_NODES - COEX_TICKER_NODES); in ll_coex_ticker_id_get()
Dull_adv_iso.c1371 uint8_t ticker_id; in mfy_iso_offset_get() local
1379 ticker_id = TICKER_ID_ADV_ISO_BASE + lll_iso->handle; in mfy_iso_offset_get()
1418 } while (id != ticker_id); in mfy_iso_offset_get()
Dull_adv_aux.c3202 uint8_t ticker_id; in mfy_aux_offset_get() local
3210 ticker_id = TICKER_ID_ADV_AUX_BASE + ull_adv_aux_handle_get(aux); in mfy_aux_offset_get()
3251 } while (id != ticker_id); in mfy_aux_offset_get()
Dull_adv_sync.c2695 uint8_t ticker_id; local
2702 ticker_id = TICKER_ID_ADV_SYNC_BASE + sync_handle_get(sync);
2736 } while (id != ticker_id);
/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c54 uint8_t ticker_id; in ticker_stop_prepare_cb() local
61 ll_timeslice_ticker_id_get(&instance_index, &ticker_id); in ticker_stop_prepare_cb()
64 ret = ticker_stop(instance_index, 2U, (ticker_id + 1U), in ticker_stop_prepare_cb()
87 uint8_t ticker_id; in time_slot_callback_work() local
91 ll_timeslice_ticker_id_get(&instance_index, &ticker_id); in time_slot_callback_work()
94 ret = ticker_stop(instance_index, 1U, ticker_id, in time_slot_callback_work()
108 uint8_t ticker_id; in time_slot_delay() local
112 ll_timeslice_ticker_id_get(&instance_index, &ticker_id); in time_slot_delay()
121 (ticker_id + 1), /* ticker_id */ in time_slot_delay()
139 ret = ticker_stop(instance_index, 1U, ticker_id, in time_slot_delay()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h154 typedef bool (*ticker_op_match_func) (uint8_t ticker_id, uint32_t ticks_slot,
179 uint8_t ticker_id, uint32_t ticks_anchor,
186 uint8_t ticker_id, uint32_t ticks_anchor,
193 uint8_t ticker_id, uint32_t ticks_drift_plus,
198 uint8_t ticker_id, uint32_t ticks_at_yield,
200 uint8_t ticker_stop(uint8_t instance_index, uint8_t user_id, uint8_t ticker_id,
203 uint8_t ticker_id, uint32_t ticks_at_stop,
206 uint8_t *ticker_id, uint32_t *ticks_current,
210 uint8_t *ticker_id, uint32_t *ticks_current,
225 uint8_t ticker_id, int8_t priority,
[all …]
Dticker.c126 uint8_t ticker_id; member
238 uint8_t *ticker_id; member
1123 static uint32_t ticker_alloc_expire_info(struct ticker_instance *instance, uint8_t ticker_id)
1129 if (instance->expire_infos[i].ticker_id == TICKER_NULL) {
1130 struct ticker_node *ticker = &instance->nodes[ticker_id];
1132 instance->expire_infos[i].ticker_id = ticker_id;
1156 static void ticker_free_expire_info(struct ticker_instance *instance, uint8_t ticker_id)
1162 if (instance->expire_infos[index].ticker_id == ticker_id) {
1163 instance->expire_infos[index].ticker_id = TICKER_NULL;
1173 if (instance->expire_infos[index].ticker_id != TICKER_NULL || index == 0) {
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/
Dticker.c46 uint8_t ticker_id; in cmd_ticker_info() local
50 ticker_id = TICKER_NULL; in cmd_ticker_info()
63 &ticker_id, &ticks_current, in cmd_ticker_info()
73 (ticker_id == TICKER_NULL)) { in cmd_ticker_info()
75 ticker_id, err); in cmd_ticker_info()
97 tickers[tickers_count].id = ticker_id; in cmd_ticker_info()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dticker.c13 uint8_t ticker_update(uint8_t instance_index, uint8_t user_id, uint8_t ticker_id, in ticker_update() argument
21 uint8_t ticker_start(uint8_t instance_index, uint8_t user_id, uint8_t ticker_id, in ticker_start() argument
30 uint8_t ticker_stop(uint8_t instance_index, uint8_t user_id, uint8_t ticker_id, in ticker_stop() argument
41 uint8_t *ticker_id, uint32_t *ticks_current, in ticker_next_slot_get_ext() argument
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dcoex_ticker.c43 uint8_t ticker_id; in time_slot_delay() local
46 ll_coex_ticker_id_get(&instance_index, &ticker_id); in time_slot_delay()
55 ticker_id, /* ticker_id */ in time_slot_delay()
80 uint8_t ticker_id; in time_slot_callback_work() local
108 ll_coex_ticker_id_get(&instance_index, &ticker_id); in time_slot_callback_work()
110 ret = ticker_stop(instance_index, 0, ticker_id, NULL, NULL); in time_slot_callback_work()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_internal.h17 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll.c400 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, in lll_preempt_calc() argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_internal.h14 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll.c627 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, argument
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h341 uint8_t * const ticker_id);
343 uint8_t * const ticker_id);