Files | |
file | esp_ieee802154_hal.h |
ESP32x IEEE 802.15.4 driver. | |
Functions | |
void | esp_ieee802154_setup (ieee802154_dev_t *dev) |
Setup ESP32x in order to be used with the IEEE 802.15.4 Radio HAL. More... | |
int | esp_ieee802154_init (void) |
Initialize the ESP32x IEEE 802.15.4 module. More... | |
int esp_ieee802154_init | ( | void | ) |
Initialize the ESP32x IEEE 802.15.4 module.
The function
0 | on success |
negative | errno on error |
void esp_ieee802154_setup | ( | ieee802154_dev_t * | dev | ) |
Setup ESP32x in order to be used with the IEEE 802.15.4 Radio HAL.
[in] | dev | pointer to the HAL descriptor associated to the device. |