Lines Matching refs:status
72 static void ticker_next_slot_get_op_cb(uint32_t status, void *param);
74 static void ticker_start_op_cb(uint32_t status, void *param);
75 static void ticker_update_cig_op_cb(uint32_t status, void *param);
77 static void ticker_stop_op_cb(uint32_t status, void *param);
1185 static void ticker_next_slot_get_op_cb(uint32_t status, void *param) in ticker_next_slot_get_op_cb() argument
1187 *((uint32_t volatile *)param) = status; in ticker_next_slot_get_op_cb()
1191 static void ticker_start_op_cb(uint32_t status, void *param) in ticker_start_op_cb() argument
1195 LL_ASSERT(status == TICKER_STATUS_SUCCESS); in ticker_start_op_cb()
1198 static void ticker_update_cig_op_cb(uint32_t status, void *param) in ticker_update_cig_op_cb() argument
1204 LL_ASSERT(status == TICKER_STATUS_SUCCESS || in ticker_update_cig_op_cb()
1400 static void ticker_stop_op_cb(uint32_t status, void *param) in ticker_stop_op_cb() argument
1407 LL_ASSERT(status == TICKER_STATUS_SUCCESS); in ticker_stop_op_cb()