Регистры Allwinner H616

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


AC_DAC_DRC_HKl
8.4.5. DAC DRC Limiter Slope High Setting Register - адрес: 0x509615c (смещение: 0x015C)

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



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

  Unused

Bits 31 : 16

  SLOPE_LIM

Bits 15 : 0
R/W
0x0005

The slope of the limiter, which is determined by the equation that Kl = 1/R,
there, R is the ratio of the limiter, which always is interger. The format is 8.24.
(The default value is <50 :1>)



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

md 509615c 1



Bit fields structure

typedef union  ac_dac_drc_hkl
{
  struct
  {
   unsigned slope_lim : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_HKl
   

Allwinner H616 Manual