nrfxlib API 2.8.99
|
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.
[in] | term_lvl | Termination level of the request that terminates the current operation. |
[in] | req_orig | Module that originates this request. |
true | All procedures are aborted. |
false | There is an ongoing procedure that cannot be aborted due to a too low term_lvl . |