Struct stm32f103xx::rtc::RegisterBlock [] [src]

pub struct RegisterBlock {
    pub crh: Crh,
    pub crl: Crl,
    pub prlh: Prlh,
    pub prll: Prll,
    pub divh: Divh,
    pub divl: Divl,
    pub cnth: Cnth,
    pub cntl: Cntl,
    pub alrh: Alrh,
    pub alrl: Alrl,
}

Register block

Fields

0x00 - RTC Control Register High

0x04 - RTC Control Register Low

0x08 - RTC Prescaler Load Register High

0x0c - RTC Prescaler Load Register Low

0x10 - RTC Prescaler Divider Register High

0x14 - RTC Prescaler Divider Register Low

0x18 - RTC Counter Register High

0x1c - RTC Counter Register Low

0x20 - RTC Alarm Register High

0x24 - RTC Alarm Register Low