nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_mcu_critical_exit

#define nrf_802154_mcu_critical_exit (   mcu_critical_state)

#include <nrf_802154/driver/src/nrf_802154_utils.h>

Value:
do \
{ \
__set_PRIMASK(mcu_critical_state); \
} \
while (0)

Exits critical section on MCU level.

This shall be used complementary to nrf_802154_mcu_critical_enter.

Parameters
mcu_critical_stateVariable of nrf_802154_mcu_critical_state_t where state of MCU level critical section is stored by former call to nrf_802154_mcu_critical_enter