Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c67 static void ticker_update_latency_cancel_op_cb(uint32_t ticker_status,
82 uint32_t ticker_status; local
421 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
425 ticker_op_stop_adv_cb(ticker_status, aux);
436 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
440 ticker_op_stop_adv_cb(ticker_status, adv);
454 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR,
466 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
467 (ticker_status == TICKER_STATUS_BUSY));
481 uint32_t ticker_status; local
[all …]
Dull_peripheral_iso.c362 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_peripheral_iso_update_ticker() local
364 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_peripheral_iso_update_ticker()
365 (ticker_status == TICKER_STATUS_BUSY)); in ull_peripheral_iso_update_ticker()
367 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_peripheral_iso_update_ticker()
379 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_peripheral_iso_update_ticker()
380 (ticker_status == TICKER_STATUS_BUSY)); in ull_peripheral_iso_update_ticker()
Dull_central.c677 uint32_t ticker_status; local
825 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
829 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
830 (ticker_status == TICKER_STATUS_BUSY));
846 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
851 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
852 (ticker_status == TICKER_STATUS_BUSY));
866 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR,
878 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
879 (ticker_status == TICKER_STATUS_BUSY));
Dull_conn_iso.c446 uint32_t ticker_status; in ull_conn_iso_done() local
448 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_done()
457 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_iso_done()
458 (ticker_status == TICKER_STATUS_BUSY) || in ull_conn_iso_done()
787 uint32_t ticker_status; in ull_conn_iso_start() local
1011 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_start()
1020 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_iso_start()
1021 (ticker_status == TICKER_STATUS_BUSY)); in ull_conn_iso_start()
1183 uint32_t ticker_status; in cis_disabled_cb() local
1316 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in cis_disabled_cb()
[all …]
Dull_scan_aux.c120 uint32_t ticker_status; in ull_scan_aux_setup() local
696 ticker_status = ticker_yield_abs(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
703 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_scan_aux_setup()
704 (ticker_status == TICKER_STATUS_BUSY)); in ull_scan_aux_setup()
708 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
719 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_scan_aux_setup()
720 (ticker_status == TICKER_STATUS_BUSY) || in ull_scan_aux_setup()
721 ((ticker_status == TICKER_STATUS_FAILURE) && in ull_scan_aux_setup()
Dull_conn.c1285 uint32_t ticker_status; in ull_conn_done() local
1293 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_done()
1301 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_done()
1302 (ticker_status == TICKER_STATUS_BUSY) || in ull_conn_done()
1762 uint32_t ticker_status; in conn_cleanup_finalize() local
1776 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in conn_cleanup_finalize()
1780 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in conn_cleanup_finalize()
1781 (ticker_status == TICKER_STATUS_BUSY)); in conn_cleanup_finalize()
2093 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_conn_update_ticker() local
2095 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_update_ticker()
[all …]
Dull_sync_iso.c667 uint32_t ticker_status; in ull_sync_iso_done() local
675 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_sync_iso_done()
684 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_sync_iso_done()
685 (ticker_status == TICKER_STATUS_BUSY) || in ull_sync_iso_done()
Dull_sync.c1101 uint32_t ticker_status; local
1110 ticker_status =
1119 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
1120 (ticker_status == TICKER_STATUS_BUSY) ||