nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_delayed_trx_receive_scheduled_cancel()

bool nrf_802154_delayed_trx_receive_scheduled_cancel ( uint32_t id)

#include <nrf_802154/driver/src/mac_features/nrf_802154_delayed_trx.h>

Cancels a scheduled reception scheduled by a call to nrf_802154_delayed_trx_receive.

If the receive window is currently ongoing, it will not be affected and a timeout event will be notified at scheduled time.

Parameters
[in]idIdentifier 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 true.
Return values
trueSuccessfully cancelled a scheduled reception or no window with given ID is scheduled.
falseThe receive window is currently ongoing.