Регистры Allwinner H616

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


AC_DAC_DRC_LKC
8.4.5. DAC DRC Compressor Slope Low Setting Register - адрес: 0x5096148 (смещение: 0x0148)

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



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

  Unused

Bits 31 : 16

  SLOPE_COMPRESSOR

Bits 15 : 0
R/W
0x0000

The slope of the compressor, which is determined by the equation that Kc = 1/R,
there, R is the ratio of the compressor, which always is interger. The format is



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

md 5096148 1



Bit fields structure

typedef union  ac_dac_drc_lkc
{
  struct
  {
   unsigned slope_compressor : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_LKC
   

Allwinner H616 Manual