Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c669 bool receiving_psdu_now) in can_terminate_current_operation() argument
685 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() argument
717 if (receiving_psdu_now) in operation_terminated_notify()
864 bool receiving_psdu_now = false; in current_operation_terminate() local
868 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() local
1261 receiving_psdu_now = nrf_802154_trx_psdu_is_being_received(); in on_timeslot_ended()
[all …]