esp_ieee802154_hal.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2025 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #include <stdbool.h>
20 
21 #include "net/ieee802154/radio.h"
22 
29 
45 
46 #ifdef __cplusplus
47 extern "C" {
48 #endif
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
void esp_ieee802154_setup(ieee802154_dev_t *dev)
Setup ESP32x in order to be used with the IEEE 802.15.4 Radio HAL.
int esp_ieee802154_init(void)
Initialize the ESP32x IEEE 802.15.4 module.
the IEEE802.15.4 device descriptor
Definition: radio.h:414