AC_DAC_DRC_LPFHAT
8.4.5. DAC DRC Left Peak Filter High Attack Time Coef Register - адрес: 0x509610c (смещение: 0x010C) Аудиокодек: список регистров
Unused Bits 31 : 11
LEFT_PEAK_FILTER_ATTACK Bits 10 : 0 R/W 0x000B
The left peak filter attack time parameter setting, which is determined by the
equation that AT = 1-exp(-2.2Ts/ta). The format is 3.24.( The default value is 1ms) Команда U-Boot для чтения регистра md 509610c 1
Bit fields structure
typedef union ac_dac_drc_lpfhat
{
struct
{
unsigned left_peak_filter_attack : 11;
unsigned unused0 : 21;
} b;
unsigned long w;
} AC_DAC_DRC_LPFHAT
|