
IC_CHARA_REG Часы реального времени RTC: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 IC_CHARA Bits 31 : 16R/W 0x0 Key Field ID_DATA Bits 15 : 0R/W 0x0 Return 0x16AA only if the KEY_FIELD is set as 0x16AA when read those bits, Команда U-Boot для чтения регистра md 70001f0 1Bit fields structure
typedef union ic_chara_reg
{
struct
{
unsigned id_data : 16;
unsigned ic_chara : 16;
} b;
unsigned long w;
} IC_CHARA_REG
|
![]() |