#include <nrf_802154/driver/src/nrf_802154_request.h>
Requests a call to nrf_802154_delayed_trx_receive.
- Parameters
-
[in] | rx_time | Absolute time used by the SL Timer, in microseconds (us). |
[in] | timeout | Reception timeout (counted from rx_time ), in microseconds (us). |
[in] | channel | Radio channel on which the frame is to be received. |
[in] | id | Identifier 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
-
true | The reception procedure was scheduled. |
false | The driver could not schedule the reception procedure. |