Home
last modified time | relevance | path

Searched refs:radio_state_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.h87 } radio_state_t; typedef
104 radio_state_t nrf_802154_core_state_get(void);
Dnrf_802154_core.c134 static volatile radio_state_t m_state; ///< State of the radio driver.
176 static rsch_prio_t min_required_rsch_prio(radio_state_t state);
178 static void request_preconditions_for_state(radio_state_t state) in request_preconditions_for_state()
187 static void state_set(radio_state_t state) in state_set()
576 static rsch_prio_t min_required_rsch_prio(radio_state_t state) in min_required_rsch_prio()
616 static bool is_state_allowed_for_prio(rsch_prio_t prio, radio_state_t state) in is_state_allowed_for_prio()
624 radio_state_t current_state; in are_preconditions_met()
632 static int_fast8_t action_needed(rsch_prio_t old_prio, rsch_prio_t new_prio, radio_state_t state) in action_needed()
687 static bool can_terminate_current_operation(radio_state_t state, in can_terminate_current_operation()
724 static void operation_terminated_notify(radio_state_t state, bool receiving_psdu_now) in operation_terminated_notify()
[all …]
Dnrf_802154_debug_log_codes.h89 NRF_802154_LOG_L_EVENT_DEFINE(CORE, SET_STATE, 1, radio_state_t)