Lines Matching refs:ticker_status
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
510 ticker_status =
517 LL_ASSERT((ticker_status == TICKER_STATUS_SUCCESS) ||
518 (ticker_status == TICKER_STATUS_BUSY));
669 static void ticker_update_latency_cancel_op_cb(uint32_t ticker_status, argument
674 LL_ASSERT(ticker_status == TICKER_STATUS_SUCCESS);