Searched refs:receiving_psdu_now (Results 1 – 1 of 1) sorted by relevance
669 bool receiving_psdu_now) in can_terminate_current_operation() argument685 result = (term_lvl >= NRF_802154_TERM_802154) || !receiving_psdu_now; in can_terminate_current_operation()704 static void operation_terminated_notify(radio_state_t state, bool receiving_psdu_now) in operation_terminated_notify() argument717 if (receiving_psdu_now) in operation_terminated_notify()864 bool receiving_psdu_now = false; in current_operation_terminate() local868 receiving_psdu_now = nrf_802154_trx_psdu_is_being_received(); in current_operation_terminate()871 result = can_terminate_current_operation(m_state, term_lvl, receiving_psdu_now); in current_operation_terminate()901 operation_terminated_notify(m_state, receiving_psdu_now); in current_operation_terminate()1257 bool receiving_psdu_now = false; in on_timeslot_ended() local1261 receiving_psdu_now = nrf_802154_trx_psdu_is_being_received(); in on_timeslot_ended()[all …]