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

◆ nrf_802154_core_hooks_terminate()

bool nrf_802154_core_hooks_terminate ( nrf_802154_term_t  term_lvl,
req_originator_t  req_orig 
)

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

Processes hooks for the termination request.

Parameters
[in]term_lvlTermination level of the request that terminates the current operation.
[in]req_origModule that originates this request.
Return values
trueAll procedures are aborted.
falseThere is an ongoing procedure that cannot be aborted due to a too low term_lvl.