
DRAM_BGR_REG Контроллер синхрогенератора: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 17DRAM_RST Bit 16R/W 0x0 DRAM Reset Unused Bits 15 : 1DRAM_GATING Bit 0R/W 0x0 Gating Clock for DRAM Команда U-Boot для чтения регистра md 300180c 1Bit fields structure
typedef union dram_bgr_reg
{
struct
{
unsigned dram_gating : 1;
unsigned unused0 : 15;
unsigned dram_rst : 1;
unsigned unused1 : 15;
} b;
unsigned long w;
} DRAM_BGR_REG
|
![]() |