Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_response_notifier.c41 static spinel_prop_key_t awaited_property = AWAITED_PROPERTY_NONE; variable
63 assert(awaited_property == AWAITED_PROPERTY_NONE); in nrf_802154_spinel_response_notifier_lock_before_request()
64 awaited_property = property; in nrf_802154_spinel_response_notifier_lock_before_request()
115 if (property == awaited_property) { in nrf_802154_spinel_response_notifier_property_notify()
119 awaited_property = AWAITED_PROPERTY_NONE; in nrf_802154_spinel_response_notifier_property_notify()