esp_ieee802154_hal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2025 Gunar Schorcht
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
22 #include <stdbool.h>
23 
24 #include "net/ieee802154/radio.h"
25 
32 
48 
49 #ifdef __cplusplus
50 extern "C" {
51 #endif
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
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