nrfxlib API 2.8.99
|
#define nrf_802154_mcu_critical_enter | ( | mcu_critical_state | ) |
#include <nrf_802154/driver/src/nrf_802154_utils.h>
Enters critical section on MCU level.
Use nrf_802154_mcu_critical_exit complementary. Consider following code:
mcu_critical_state | Variable of nrf_802154_mcu_critical_state_t where current state of MCU level critical section will be stored. |