TX_DATA Bits 31 : 0 W 0x0
Transmitting left, right channel sample data should be written this register one
by one. The left channel sample data is first and then the right channel sample. Команда U-Boot для чтения регистра md 5096020 1
Bit fields structure
typedef union ac_dac_txdata
{
struct
{
unsigned tx_data : 32;
} b;
unsigned long w;
} AC_DAC_TXDATA
|