mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
14 lines
365 B
ReStructuredText
14 lines
365 B
ReStructuredText
IEEE 802.15.4
|
|
=============
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
Receive Handle Done
|
|
-------------------
|
|
|
|
.. note::
|
|
|
|
It is required since IDF v5.1.3 release.
|
|
|
|
User must call the function :cpp:func:`esp_ieee802154_receive_handle_done` to notify 802.15.4 driver after the received frame is handled. Otherwise the frame buffer will not be freed for future use.
|