Unused Bits 31 : 16
MAX_GAIN_SET Bits 15 : 0 R/W 0xFE56
The max gain setting, which is determined by equation MXG/6.0206. The format
is 8.24 and must -20dB Команда U-Boot для чтения регистра md 509619c 1
Bit fields structure
typedef union ac_dac_drc_mxghs
{
struct
{
unsigned max_gain_set : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_MXGHS
|