Searched refs:ticker_status (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral.c | 67 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 …]
|
D | ull_peripheral_iso.c | 367 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()
|
D | ull_scan_aux.c | 191 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 …]
|
D | ull_central.c | 684 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));
|
D | ull_conn_iso.c | 530 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 …]
|
D | ull_conn.c | 1370 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 …]
|
D | ull_sync_iso.c | 817 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()
|
D | ull_sync.c | 1410 uint32_t ticker_status; local 1419 ticker_status = 1428 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) || 1429 (ticker_status == TICKER_STATUS_BUSY) ||
|