Struct stm32f2::stm32f217::rtc::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub tr: TR,
    pub dr: DR,
    pub cr: CR,
    pub isr: ISR,
    pub prer: PRER,
    pub wutr: WUTR,
    pub calibr: CALIBR,
    pub alrmar: ALRMAR,
    pub alrmbr: ALRMBR,
    pub wpr: WPR,
    pub tstr: TSTR,
    pub tsdr: TSDR,
    pub tafcr: TAFCR,
    pub bkpr: [BKPR; 20],
    // some fields omitted
}

Register block

Fields

tr: TR

0x00 - time register

dr: DR

0x04 - date register

cr: CR

0x08 - control register

isr: ISR

0x0c - initialization and status register

prer: PRER

0x10 - prescaler register

wutr: WUTR

0x14 - wakeup timer register

calibr: CALIBR

0x18 - calibration register

alrmar: ALRMAR

0x1c - alarm A register

alrmbr: ALRMBR

0x20 - alarm B register

wpr: WPR

0x24 - write protection register

tstr: TSTR

0x30 - time stamp time register

tsdr: TSDR

0x34 - time stamp date register

tafcr: TAFCR

0x40 - tamper and alternate function configuration register

bkpr: [BKPR; 20]

0x50 - backup register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.