Unused Bits 31 : 16
LIM_THRESHOLD_SET Bits 15 : 0 R/W 0x01A9
The limiter threshold setting, which is set by the equation that LTin = -LT/6.0206, The format is 8.24.
(The default value is -10dB) Команда U-Boot для чтения регистра md 5096154 1
Bit fields structure
typedef union ac_dac_drc_hlt
{
struct
{
unsigned lim_threshold_set : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_HLT
|