Регистры Allwinner H616

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


AC_DAC_DRC_LLT
8.4.5. DAC DRC Limiter Threshold Low Setting Register - адрес: 0x5096158 (смещение: 0x0158)

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



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

  Unused

Bits 31 : 16

  LIM_THRESHOLD_SET

Bits 15 : 0
R/W
0x34F0

The limiter threshold setting, which is set by the equation that LTin = -LT/6.0206.
The format is 8.24. (The default value is -10dB)



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

md 5096158 1



Bit fields structure

typedef union  ac_dac_drc_llt
{
  struct
  {
   unsigned lim_threshold_set : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} AC_DAC_DRC_LLT
   

Allwinner H616 Manual