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

◆ nrf_802154_critical_section_forcefully_enter()

void nrf_802154_critical_section_forcefully_enter ( void  )

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

Function for forcefully entering a critical section in the 802.15.4 driver.

With this function, the critical section is entered regardless of whether it has been already entered before.

This function is intended to be used by RADIO IRQ handler and RSCH notifications handlers to prevent interrupting of these procedures by FSM requests from higher priority IRQ handlers.