Power Calibration
This module includes configuration variables for Power Calibration.
Summary
Macros |
|
---|---|
OPENTHREAD_CONFIG_POWER_CALIBRATION_ENABLE 0
|
Define as 1 to enable power calibration support.
|
OPENTHREAD_CONFIG_POWER_CALIBRATION_NUM_CALIBRATED_POWER_ENTRIES 6
|
The number of the calibrated power entries for each channel.
|
OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_SIZE 16
|
The size of the raw power setting byte array.
|
Macros
OPENTHREAD_CONFIG_POWER_CALIBRATION_ENABLE
OPENTHREAD_CONFIG_POWER_CALIBRATION_ENABLE 0
Define as 1 to enable power calibration support.
OPENTHREAD_CONFIG_POWER_CALIBRATION_NUM_CALIBRATED_POWER_ENTRIES
OPENTHREAD_CONFIG_POWER_CALIBRATION_NUM_CALIBRATED_POWER_ENTRIES 6
The number of the calibrated power entries for each channel.
OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_SIZE
OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_SIZE 16
The size of the raw power setting byte array.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.