mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
17 lines
362 B
C
17 lines
362 B
C
/*
|
|
* 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 20
|
|
#define IEEE802154_TXPOWER_VALUE_MIN -24
|
|
#define IEEE802154_TXPOWER_INDEX_MIN 0
|
|
|
|
#define IEEE802154_RSSI_COMPENSATION_VALUE 10
|