mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-24 09:30:15 +00:00
ieee802154: support driver opensrc
This commit is contained in:
13
components/hal/esp32c6/include/hal/ieee802154_ll.h
Normal file
13
components/hal/esp32c6/include/hal/ieee802154_ll.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "hal/ieee802154_common_ll.h"
|
||||
|
||||
#define IEEE802154_TXPOWER_VALUE_MAX 21
|
||||
#define IEEE802154_TXPOWER_VALUE_MIN -24
|
Reference in New Issue
Block a user