Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c614 bool old_prio_allows = is_state_allowed_for_prio(old_prio, state); in action_needed() local
619 if (old_prio_allows && !new_prio_allows) in action_needed()
623 else if (!old_prio_allows && new_prio_allows) in action_needed()