I2Sn_CHCFG Аудио-концентратор: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 10TX_SLOT_HIZ Bit 9R/W 0x0 0:Normal Mode for the Last Half Cycle of BCLK in the Slot TX_STATE Bit 8R/W 0x0 0: Transfer Level 0 When Not Transferring Slot RX_CHAN_NUM Bits 7 : 4R/W 0x0 RX Channel/Slot Number which between AHUB and I2Sn TX_CHAN_NUM Bits 3 : 0R/W 0x0 TX Channel/Slot Number which between AHUB and I2Sn Команда U-Boot для чтения регистра md 22450a7003 1Bit fields structuretypedef union i2sn_chcfg { struct { unsigned tx_chan_num : 4; unsigned rx_chan_num : 4; unsigned tx_state : 1; unsigned tx_slot_hiz : 1; unsigned unused0 : 22; } b; unsigned long w; } I2Sn_CHCFG |