nrfxlib API 2.8.99
|
bool nrf_802154_delayed_trx_abort | ( | nrf_802154_term_t | term_lvl, |
req_originator_t | req_orig ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_delayed_trx.h>
Aborts an ongoing delayed reception procedure.
[in] | term_lvl | Termination level set by the request to abort the ongoing operation. |
[in] | req_orig | Module that originates this request. |
If the delayed transmission/reception procedures are not running during the call, this function does nothing.
true | Transmission/reception procedures have been stopped. |
false | Transmission/reception procedures were not running. |