nrfxlib API 2.8.99
|
bool nrf_802154_ack_timeout_abort | ( | nrf_802154_term_t | term_lvl, |
req_originator_t | req_orig ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_ack_timeout.h>
Aborts a started ACK timeout procedure.
[in] | term_lvl | Termination level set by the request for aborting the ongoing operation. |
[in] | req_orig | Module that originates the abort request. |
If the ACK timeout procedure is not running during the call, this function does nothing.
true | ACK timeout procedure han been stopped. |