ESP-IDF + 0/1 examples
SourceVu will show references to esp_ieee802154_receive_done() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsExamplesReferencesCall TreeData Use

Notes

User must call the function `esp_ieee802154_receive_handle_done()` to notify 802.15.4 driver after the received frame is handled. During receiving, the hardware calculates the FCS of the received frame, and may drop it if the FCS doesn't match, only the valid frames will be received and notified by esp_ieee802154_receive_done(). Please note that the FCS field is replaced by RSSI and LQI value of the received frame.

References

from 0/1 examples