esp-idf/docs/en/migration-guides/release-5.x/5.2/ieee802154.rst

10 lines
308 B
ReStructuredText

IEEE 802.15.4
=============
:link_to_translation:`zh_CN:[中文]`
Receive Handle Done
-------------------
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.