Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


AC_DAC_DRC_LRMSHAT
8.4.5. DAC DRC Left RMS Filter High Coef Register - адрес: 0x509612c (смещение: 0x012C)

Аудиокодек: список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  Unused

Bits 31 : 11

  LEFT_RMS_FILTER_AVERAGE

Bits 10 : 0
R/W
0x0001

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 509612c 1



Bit fields structure

typedef union  ac_dac_drc_lrmshat
{
  struct
  {
   unsigned left_rms_filter_average : 11;
   unsigned unused0 : 21;
  } b;
   unsigned long w;
} AC_DAC_DRC_LRMSHAT
   

Allwinner H616 Manual