Unused Bits 31 : 13
AB_ Bits 12 : 8 R/W 0x0
config output current for different peak voltage S2S1 Bits 7 : 6 R/W 0x0
R_SET Bits 5 : 0 R/W 0x10
Команда U-Boot для чтения регистра md 6520030 1 md 6524030 1
Bit fields structure
typedef union tve_dac_cfg2
{
struct
{
unsigned r_set : 6;
unsigned s2s1 : 2;
unsigned ab_ : 5;
unsigned unused0 : 19;
} b;
unsigned long w;
} TVE_DAC_CFG2
|