AC_DAC_DRC_RPFLRT
8.4.5. DAC DRC Right Peak Filter Low Release Time Coef Register - адрес: 0x5096128 (смещение: 0x0128) Аудиокодек: список регистров
Unused Bits 31 : 16
LEFT_PEAK_FILTER_RELEASE Bits 15 : 0 R/W 0xE1F8
The left peak filter release time parameter setting, which determine by
the equation that AT = exp(-2.2Ts/tr). The format is 3.24. (The default value is 100ms) Команда U-Boot для чтения регистра md 5096128 1
Bit fields structure
typedef union ac_dac_drc_rpflrt
{
struct
{
unsigned left_peak_filter_release : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} AC_DAC_DRC_RPFLRT
|