
RTC_VIO_REG Часы реального времени RTC: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 5V_SEL Bit 4R/W 0x0 0: resistance divider Unused Bit 3RTC_VIO_REGU Bits 2 : 0R/W 0x4 These bits are useful for regulating the RTC_VIO from 0.6V to 1.3V, and the Команда U-Boot для чтения регистра md 7000190 1Bit fields structure
typedef union rtc_vio_reg
{
struct
{
unsigned rtc_vio_regu : 3;
unsigned unused0 : 1;
unsigned v_sel : 1;
unsigned unused1 : 27;
} b;
unsigned long w;
} RTC_VIO_REG
|
![]() |