Searched refs:m_nested_critical_section_allowed_priority (Results 1 – 1 of 1) sorted by relevance
62 static volatile int8_t m_nested_critical_section_allowed_priority; ///< Indicator if nested critic… variable126 (m_nested_critical_section_allowed_priority == active_vector_priority)) in critical_section_enter()195 m_nested_critical_section_allowed_priority = NESTED_CRITICAL_SECTION_ALLOWED_PRIORITY_NONE; in nrf_802154_critical_section_init()235 NRF_802154_ASSERT(m_nested_critical_section_allowed_priority == in nrf_802154_critical_section_nesting_allow()239 m_nested_critical_section_allowed_priority = active_vector_priority_get(); in nrf_802154_critical_section_nesting_allow()244 NRF_802154_ASSERT(m_nested_critical_section_allowed_priority >= 0); in nrf_802154_critical_section_nesting_deny()247 m_nested_critical_section_allowed_priority = NESTED_CRITICAL_SECTION_ALLOWED_PRIORITY_NONE; in nrf_802154_critical_section_nesting_deny()