nrfxlib API 2.8.99
|
bool nrf_802154_delayed_trx_receive_cancel | ( | uint32_t | id | ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_delayed_trx.h>
Cancels a reception scheduled by a call to nrf_802154_delayed_trx_receive.
After a call to this function, no reception timeout event will be notified.
[in] | id | Identifier of the delayed reception window to be cancelled. If the provided value does not refer to any scheduled or active receive window, the function returns false. |
true | Successfully cancelled a scheduled transmission. |
false | No delayed reception was scheduled. |