INTOSC_CLK_AUTO_CALI_REG Часы реального времени RTC: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 INT_DIV Bits 31 : 22RO 0x1e8 32k calibration integer divider factor DEC_DIV Bits 21 : 5RO 0x0 32k calibration decimal divider factor CLK6M_RC_ENABLE Bit 4R/W 0x0 0: Auto gating RC_CALIBR_PREC Bits 3 : 2R/W 0x0 00: 1ms calibration precise RC_CALIBR_ENA Bit 1R/W 0x0 0: Close Calibration circuit RC_CLK_SRC_SEL Bit 0R/W 0x0 Select the RTC 32k clock source from normal RC or Calibrated RC Команда U-Boot для чтения регистра md 700000c 1Bit fields structuretypedef union intosc_clk_auto_cali_reg { struct { unsigned rc_clk_src_sel : 1; unsigned rc_calibr_ena : 1; unsigned rc_calibr_prec : 2; unsigned clk6m_rc_enable : 1; unsigned dec_div : 17; unsigned int_div : 10; } b; unsigned long w; } INTOSC_CLK_AUTO_CALI_REG |