nrfxlib API 2.8.99
|
bool nrf_802154_csma_ca_abort | ( | nrf_802154_term_t | term_lvl, |
req_originator_t | req_orig ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_csma_ca.h>
Aborts the ongoing CSMA-CA procedure.
If CSMA-CA is not running during the call, this function does nothing and returns true.
[in] | term_lvl | Termination level of this request. Selects procedures to abort. |
[in] | req_orig | Module that originates this request. |
true | CSMA-CA procedure is not running anymore. |
false | CSMA-CA cannot be stopped because of a too low termination level. |