Searched refs:mcu_critical_state (Results 1 – 2 of 2) sorted by relevance
98 #define nrf_802154_sl_mcu_critical_enter(mcu_critical_state) \ argument101 (mcu_critical_state) = __get_PRIMASK(); \114 #define nrf_802154_sl_mcu_critical_exit(mcu_critical_state) \ argument117 __set_PRIMASK(mcu_critical_state); \
105 #define nrf_802154_mcu_critical_enter(mcu_critical_state) \ argument108 (mcu_critical_state) = __get_PRIMASK(); \121 #define nrf_802154_mcu_critical_exit(mcu_critical_state) \ argument124 __set_PRIMASK(mcu_critical_state); \