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.c1130 uint32_t status = TICKER_STATUS_FAILURE;
2028 TICKER_STATUS_FAILURE);
2298 ticker->fp_op_func(TICKER_STATUS_FAILURE,
2832 return TICKER_STATUS_FAILURE;
2921 TICKER_STATUS_FAILURE);
3026 uop->status = TICKER_STATUS_FAILURE;
3415 return TICKER_STATUS_FAILURE;
3445 return TICKER_STATUS_FAILURE;
3651 return TICKER_STATUS_FAILURE;
3780 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.c1545 if (ret_cb == TICKER_STATUS_FAILURE) {
1558 return (ret_cb == TICKER_STATUS_FAILURE) ? -ENOENT : -ENOMEM;
Dull_scan_aux.c936 ((ticker_status == TICKER_STATUS_FAILURE) && in ull_scan_aux_setup()
2830 ((ticker_status == TICKER_STATUS_FAILURE) && in chain_start_ticker()