Unused Bits 31 : 16
LEFT_RMS_FILTER Bits 15 : 0 R/W 0x2BAF
The left RMS filter average time parameter setting, which is determined by the
equation that AT = 1-exp(-2.2Ts/tav). The format is 3.24. (The default value is 10ms) Команда U-Boot для чтения регистра md 5096130 1
Bit fields structure
typedef union ac_dac_drc_lrmslat
{
struct
{
unsigned left_rms_filter : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_LRMSLAT
|