AC_DAC_DRC_SFHRT
8.4.5. DAC DRC Smooth Filter Gain High Release Time Coef Register - адрес: 0x5096194 (смещение: 0x0194) Аудиокодек: список регистров
Unused Bits 31 : 11
GAIN_SMOOTH_FILTER Bits 10 : 0 R/W 0x0000
The gain smooth filter release time parameter setting, which is determined by
the equation that RT = 1-exp(-2.2Ts/tr). The format is 3.24. (The default value is 200ms) Команда U-Boot для чтения регистра md 5096194 1
Bit fields structure
typedef union ac_dac_drc_sfhrt
{
struct
{
unsigned gain_smooth_filter : 11;
unsigned unused0 : 21;
} b;
unsigned long w;
} AC_DAC_DRC_SFHRT
|