
DAM_VOL_CTRL5 Аудио-концентратор: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 28TXCHB_GAIN_RXCH2 Bits 27 : 24R/W 0x1 RX2 Channel NUM to TXDIF Channel B Gain TXCHB_GAIN_RXCH1 Bits 23 : 20R/W 0x1 RX1 Channel NUM to TXDIF Channel B Gain TXCHB_GAIN_RXCH0 Bits 19 : 16R/W 0x1 RX0 Channel NUM to TXDIF Channel B Gain Unused Bits 15 : 12TXCHA_GAIN_RXCH2 Bits 11 : 8R/W 0x1 RX2 Channel NUM to TXDIF Channel A Gain TXCHA_GAIN_RXCH1 Bits 7 : 4R/W 0x1 RX1 Channel NUM to TXDIF Channel A Gain TXCHA_GAIN_RXCH0 Bits 3 : 0R/W 0x1 RX0 Channel NUM to TXDIF Channel A Gain Команда U-Boot для чтения регистра md a64509f001 1Bit fields structure
typedef union dam_vol_ctrl5
{
struct
{
unsigned txcha_gain_rxch0 : 4;
unsigned txcha_gain_rxch1 : 4;
unsigned txcha_gain_rxch2 : 4;
unsigned unused0 : 4;
unsigned txchb_gain_rxch0 : 4;
unsigned txchb_gain_rxch1 : 4;
unsigned txchb_gain_rxch2 : 4;
unsigned unused1 : 4;
} b;
unsigned long w;
} DAM_VOL_CTRL5
|
![]() |