Регистры Allwinner H616

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


AC_DAC_DRC_HKN
8.4.5. DAC DRC Linear Slope High Setting Register - адрес: 0x5096184 (смещение: 0x0184)

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



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

  Unused

Bits 31 : 16

  SLOPE_LINEAR

Bits 15 : 0
R/W
0x0100

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



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

md 5096184 1



Bit fields structure

typedef union  ac_dac_drc_hkn
{
  struct
  {
   unsigned slope_linear : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_HKN
   

Allwinner H616 Manual