AC_DAC_DRC_LOPC
8.4.5. DAC DRC Compressor Low Output at Compressor ThresholdRegister - адрес: 0x5096150 (смещение: 0x0150) Аудиокодек: список регистров
Unused Bits 31 : 16
OUTPUT_COMPRESSOR Bits 15 : 0 R/W 0x2C3F
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 5096150 1
Bit fields structure
typedef union ac_dac_drc_lopc
{
struct
{
unsigned output_compressor : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_LOPC
|