nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_802154_request_receive_at_cancel()

bool nrf_802154_request_receive_at_cancel ( uint32_t id)

#include <nrf_802154/driver/src/nrf_802154_request.h>

Requests a call to nrf_802154_delayed_trx_receive_cancel.

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 false.
Return values
trueThe delayed reception was scheduled and successfully cancelled.
falseNo delayed reception was scheduled.