Struct stm32ral::stm32f1::stm32f100::rtc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CRH: RWRegister<u32>, pub CRL: RWRegister<u32>, pub PRLH: WORegister<u32>, pub PRLL: WORegister<u32>, pub DIVH: RORegister<u32>, pub DIVL: RORegister<u32>, pub CNTH: RWRegister<u32>, pub CNTL: RWRegister<u32>, pub ALRH: WORegister<u32>, pub ALRL: WORegister<u32>, }

Fields

CRH: RWRegister<u32>

RTC Control Register High

CRL: RWRegister<u32>

RTC Control Register Low

PRLH: WORegister<u32>

RTC Prescaler Load Register High

PRLL: WORegister<u32>

RTC Prescaler Load Register Low

DIVH: RORegister<u32>

RTC Prescaler Divider Register High

DIVL: RORegister<u32>

RTC Prescaler Divider Register Low

CNTH: RWRegister<u32>

RTC Counter Register High

CNTL: RWRegister<u32>

RTC Counter Register Low

ALRH: WORegister<u32>

RTC Alarm Register High

ALRL: WORegister<u32>

RTC Alarm Register Low

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.