Home
last modified time | relevance | path

Searched refs:TICKER_STATUS_FAILURE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c1125 uint32_t status = TICKER_STATUS_FAILURE;
2023 TICKER_STATUS_FAILURE);
2289 ticker->fp_op_func(TICKER_STATUS_FAILURE,
2821 return TICKER_STATUS_FAILURE;
2910 TICKER_STATUS_FAILURE);
3015 uop->status = TICKER_STATUS_FAILURE;
3404 return TICKER_STATUS_FAILURE;
3434 return TICKER_STATUS_FAILURE;
3640 return TICKER_STATUS_FAILURE;
3769 return TICKER_STATUS_FAILURE;
[all …]
Dticker.h13 #define TICKER_STATUS_FAILURE 1 /**< Failure. */ macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c603 (ret == TICKER_STATUS_FAILURE) || in lll_prepare_resolve()
643 (status == TICKER_STATUS_FAILURE)); in ticker_stop_op_cb()
654 (status == TICKER_STATUS_FAILURE)); in ticker_start_op_cb()
/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c44 status == TICKER_STATUS_FAILURE), in ticker_stop_work_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c658 LL_ASSERT(status != TICKER_STATUS_FAILURE ||
Dull_sync.c1538 if (ret_cb == TICKER_STATUS_FAILURE) {
1551 return (ret_cb == TICKER_STATUS_FAILURE) ? -ENOENT : -ENOMEM;
Dull_scan_aux.c903 ((ticker_status == TICKER_STATUS_FAILURE) && in ull_scan_aux_setup()
2729 ((ticker_status == TICKER_STATUS_FAILURE) && in chain_start_ticker()