
VDDOFF_GATING_SOF_REG Часы реального времени RTC: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 KEY_FIELD Bits 31 : 16W 0x0 Key Field BIT_15 Bit 15WAC 0x0 When use vdd_sys to RTC isolation software control, write this bit to 1, it will Unused Bits 14 : 1DRAM_CH_PAD_HOLD Bit 0R/W 0x0 Hold the pad of DRAM channel Команда U-Boot для чтения регистра md 70001f4 1Bit fields structure
typedef union vddoff_gating_sof_reg
{
struct
{
unsigned dram_ch_pad_hold : 1;
unsigned unused0 : 14;
unsigned bit_15 : 1;
unsigned key_field : 16;
} b;
unsigned long w;
} VDDOFF_GATING_SOF_REG
|
![]() |