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

#[repr(C)]
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