Home
last modified time | relevance | path

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

/Zephyr-latest/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
446 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
450 ticker_op_stop_adv_cb(ticker_status, aux);
461 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
465 ticker_op_stop_adv_cb(ticker_status, adv);
479 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR,
491 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
492 (ticker_status == TICKER_STATUS_BUSY));
506 uint32_t ticker_status; local
[all …]
Dull_peripheral_iso.c367 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_peripheral_iso_update_ticker() local
369 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_peripheral_iso_update_ticker()
370 (ticker_status == TICKER_STATUS_BUSY)); in ull_peripheral_iso_update_ticker()
372 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_peripheral_iso_update_ticker()
384 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_peripheral_iso_update_ticker()
385 (ticker_status == TICKER_STATUS_BUSY)); in ull_peripheral_iso_update_ticker()
Dull_scan_aux.c191 uint32_t ticker_status; in ull_scan_aux_setup() local
878 ticker_status = ticker_yield_abs(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
885 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_scan_aux_setup()
886 (ticker_status == TICKER_STATUS_BUSY)); in ull_scan_aux_setup()
890 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
901 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_scan_aux_setup()
902 (ticker_status == TICKER_STATUS_BUSY) || in ull_scan_aux_setup()
903 ((ticker_status == TICKER_STATUS_FAILURE) && in ull_scan_aux_setup()
2355 uint8_t ticker_status; in scan_aux_stop_all_chains_for_parent() local
2358 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in scan_aux_stop_all_chains_for_parent()
[all …]
Dull_central.c684 uint32_t ticker_status; local
837 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
841 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
842 (ticker_status == TICKER_STATUS_BUSY));
858 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
863 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
864 (ticker_status == TICKER_STATUS_BUSY));
878 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR,
890 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
891 (ticker_status == TICKER_STATUS_BUSY));
Dull_conn_iso.c530 uint32_t ticker_status; in ull_conn_iso_done() local
532 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_done()
541 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_iso_done()
542 (ticker_status == TICKER_STATUS_BUSY) || in ull_conn_iso_done()
832 uint32_t ticker_status; in ull_conn_iso_start() local
1081 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_start()
1090 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_iso_start()
1091 (ticker_status == TICKER_STATUS_BUSY)); in ull_conn_iso_start()
1213 uint32_t ticker_status; in cis_disabled_cb() local
1346 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in cis_disabled_cb()
[all …]
Dull_conn.c1370 uint32_t ticker_status; in ull_conn_done() local
1378 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_done()
1386 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_done()
1387 (ticker_status == TICKER_STATUS_BUSY) || in ull_conn_done()
1851 uint32_t ticker_status; in conn_cleanup_finalize() local
1865 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in conn_cleanup_finalize()
1869 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in conn_cleanup_finalize()
1870 (ticker_status == TICKER_STATUS_BUSY)); in conn_cleanup_finalize()
2182 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_conn_update_ticker() local
2184 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_conn_update_ticker()
[all …]
Dull_sync_iso.c817 uint32_t ticker_status; in ull_sync_iso_done() local
825 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_sync_iso_done()
834 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || in ull_sync_iso_done()
835 (ticker_status == TICKER_STATUS_BUSY) || in ull_sync_iso_done()
Dull_sync.c1410 uint32_t ticker_status; local
1419 ticker_status =
1428 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
1429 (ticker_status == TICKER_STATUS_BUSY) ||