Регистры Allwinner H616

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


AC_DAC_DRC_MNGLS
8.4.5. DAC DRC MIN Gain Low Setting Register - адрес: 0x50961a8 (смещение: 0x01A8)

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



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

  Unused

Bits 31 : 16

  MIN_GAIN_SET

Bits 15 : 0
R/W
0x2C3F

The min gain setting, which is determined by equation MNG/6.0206. The format
is 8.24 and must -60dB ≤ MNG ≤ -40dB
(The default value is -40dB)



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

md 50961a8 1



Bit fields structure

typedef union  ac_dac_drc_mngls
{
  struct
  {
   unsigned min_gain_set : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_MNGLS
   

Allwinner H616 Manual