
SPI_BGR_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 18SPI1_RST Bit 17R/W 0x0 SPI1 Reset SPI0_RST Bit 16R/W 0x0 SPI0 Reset Unused Bits 15 : 2SPI1_GATING Bit 1R/W 0x0 Gating Clock for SPI1 SPI0_GATING Bit 0R/W 0x0 Gating Clock for SPI0 Команда U-Boot для чтения регистра md 300196c 1Bit fields structure
typedef union spi_bgr_reg
{
struct
{
unsigned spi0_gating : 1;
unsigned spi1_gating : 1;
unsigned unused0 : 14;
unsigned spi0_rst : 1;
unsigned spi1_rst : 1;
unsigned unused1 : 14;
} b;
unsigned long w;
} SPI_BGR_REG
|
![]() |