Регистры Allwinner H616

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


AC_DAC_DRC_LCT
8.4.5. DAC DRC Compressor Slope High Setting Register - адрес: 0x5096140 (смещение: 0x0140)

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



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

  Unused

Bits 31 : 16

  COMPRESSOR_HRESHOLD_SET

Bits 15 : 0
R/W
0xD3C0

The compressor threshold setting, which is set by the equation that
CTin = -CT/6.0206. The format is 8.24 (The default value is -40dB)



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

md 5096140 1



Bit fields structure

typedef union  ac_dac_drc_lct
{
  struct
  {
   unsigned compressor_hreshold_set : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_LCT
   

Allwinner H616 Manual