
SPI_WCR Синхронный последовательный интерфейс: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 20SWC Bits 19 : 16R/W 0x0 Dual mode direction switch wait clock counter (for master mode only). WCC Bits 15 : 0R/W 0x0 Wait Clock Counter (In master mode) Команда U-Boot для чтения регистра md 5010020 1md 5011020 1 Bit fields structure
typedef union spi_wcr
{
struct
{
unsigned wcc : 16;
unsigned swc : 4;
unsigned unused0 : 12;
} b;
unsigned long w;
} SPI_WCR
|
![]() |