Регистры Allwinner H616

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


AC_DAC_DRC_RPFHRT
8.4.5. DAC DRC Right Peak Filter High Release Time Coef Register - адрес: 0x5096124 (смещение: 0x0124)

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



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

  Unused

Bits 31 : 11

  LEFT_PEAK_FILTER_ATTACK

Bits 10 : 0
R/W
0x00FF

The left peak filter attack time parameter setting, which determine by the
equation that RT = exp(-2.2Ts/tr). The format is 3.24. (The default value is 100ms)



Команда U-Boot для чтения регистра

md 5096124 1



Bit fields structure

typedef union  ac_dac_drc_rpfhrt
{
  struct
  {
   unsigned left_peak_filter_attack : 11;
   unsigned unused0 : 21;
  } b;
   unsigned long w;
} AC_DAC_DRC_RPFHRT
   

Allwinner H616 Manual