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

Return value

- ESP_OK on success. - ESP_ERR_INVALID_ARG on an invalid frame. - ESP_FAIL on failure due to invalid state.

Notes

During transmission, the hardware calculates the FCS, and send it over the air right after the MAC payload, so you just need to prepare the length, mac header and mac payload content.

References

from examples