
OWA_TX_CHSTA1 Контроллер последовательной аудио-шины: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 10CGMS_A Bits 9 : 8R/W 0x0 00: Copying is permitted without restriction ORIG_FREQ Bits 7 : 4R/W 0x0 Original Sampling Frequency WORD_LENGTH Bits 3 : 1R/W 0x0 Sample Word Length MAX_WORD_LENGTH Bit 0R/W 0x0 Max Word Length Команда U-Boot для чтения регистра md 5093030 1Bit fields structure
typedef union owa_tx_chsta1
{
struct
{
unsigned max_word_length : 1;
unsigned word_length : 3;
unsigned orig_freq : 4;
unsigned cgms_a : 2;
unsigned unused0 : 22;
} b;
unsigned long w;
} OWA_TX_CHSTA1
|
![]() |