mirror of
https://github.com/espressif/esp-idf
synced 2025-04-22 14:31:34 -04:00
17 lines
361 B
C
17 lines
361 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 -15
|
|
#define IEEE802154_TXPOWER_INDEX_MIN 3
|
|
|
|
#define IEEE802154_RSSI_COMPENSATION_VALUE 0
|