esp_ieee802154_receive_at() function
Set the IEEE 802.15.4 Radio to receive state at a specific time.
Arguments
time
A specific timestamp for starting receiving.
Return value
- ESP_OK on success - ESP_FAIL on failure due to invalid state.
Notes
Radio will start receiving after the timestamp, and continue receiving until it receives a valid frame. Refer to `esp_ieee802154_receive_done()`.