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

◆ nrf_802154_request_receive_at()

bool nrf_802154_request_receive_at ( uint64_t rx_time,
uint32_t timeout,
uint8_t channel,
uint32_t id )

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

Requests a call to nrf_802154_delayed_trx_receive.

Parameters
[in]rx_timeAbsolute time used by the SL Timer, in microseconds (us).
[in]timeoutReception timeout (counted from rx_time), in microseconds (us).
[in]channelRadio channel on which the frame is to be received.
[in]idIdentifier of the scheduled reception window. If the reception has been scheduled successfully, the value of this parameter can be used in nrf_802154_receive_at_cancel to cancel it.
Return values
trueThe reception procedure was scheduled.
falseThe driver could not schedule the reception procedure.