Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c634 bool old_prio_allows = is_state_allowed_for_prio(old_prio, state); in action_needed() local
639 if (old_prio_allows && !new_prio_allows) in action_needed()
643 else if (!old_prio_allows && new_prio_allows) in action_needed()