no-OS
|
Data structure to hold Gain compensation settings for the main receive channels. More...
#include <t_mykonos_gpio.h>
Public Attributes | |
uint8_t | rx1Offset |
uint8_t | rx2Offset |
uint8_t | compStep |
Data structure to hold Gain compensation settings for the main receive channels.
uint8_t mykonosGainComp_t::compStep |
These bits contains the value in dB that the total Rx gain changes when there is an LSB change in the gain index according to the following settings:
compStep | dB ramp |
---|---|
0 | 0.25dB |
1 | 0.5dB |
2 | 1.0dB |
3 | 2.0dB |
4 | 3.0dB |
5 | 4.0dB |
6 | 6.0dB |
7 | Not valid defaulted to 0.25dB |
uint8_t mykonosGainComp_t::rx1Offset |
These parameter contains the Rx1 offset word used for the gain compensation when the gain index is at its maximum setting. It has a range of 0 to 0x1F with a resolution is 0.5dB per LSB.
uint8_t mykonosGainComp_t::rx2Offset |
These parameter contains the Rx2 offset word used for the gain compensation when the gain index is at its maximum setting. It has a range of 0 to 0x1F with a resolution is 0.5dB per LSB.