AC_DAC_DRC_HOPC
8.4.5. DAC DRC Compressor High Output at Compressor Threshold Register - адрес: 0x509614c (смещение: 0x014C) Аудиокодек: список регистров
Unused Bits 31 : 16
OUTPUT_COMPRESSOR Bits 15 : 0 R/W 0xF95B
The output of the compressor, which is determined by the equation
-OPC/6.0206. The format is 8.24 (The default value is -40dB) Команда U-Boot для чтения регистра md 509614c 1
Bit fields structure
typedef union ac_dac_drc_hopc
{
struct
{
unsigned output_compressor : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_HOPC
|