SPI_NDMA_MODE_CTL Синхронный последовательный интерфейс: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 8DMA_ACTIVE Bits 7 : 6R/W 0x11 00:dma_active is low ACTIVE_FALL Bit 5R/W 0x1 0: active fall do not care ack DELAY_CYCLES Bits 4 : 0R/W 0x05 Delay Cycles Команда U-Boot для чтения регистра md 5010088 1md 5011088 1 Bit fields structuretypedef union spi_ndma_mode_ctl { struct { unsigned delay_cycles : 5; unsigned active_fall : 1; unsigned dma_active : 2; unsigned unused0 : 24; } b; unsigned long w; } SPI_NDMA_MODE_CTL |