Struct stm32ral::stm32g0::peripherals::rtc_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 24 fields pub TR: RWRegister<u32>, pub DR: RWRegister<u32>, pub SSR: RORegister<u32>, pub ICSR: RWRegister<u32>, pub PRER: RWRegister<u32>, pub WUTR: RWRegister<u32>, pub CR: RWRegister<u32>, pub WPR: WORegister<u32>, pub CALR: RWRegister<u32>, pub SHIFTR: WORegister<u32>, pub TSTR: RORegister<u32>, pub TSDR: RORegister<u32>, pub TSSSR: RORegister<u32>, pub ALRMAR: RWRegister<u32>, pub ALRMASSR: RWRegister<u32>, pub ALRMBR: RWRegister<u32>, pub ALRMBSSR: RWRegister<u32>, pub SR: RORegister<u32>, pub MISR: RORegister<u32>, pub SCR: RWRegister<u32>, pub HWCFGR: RWRegister<u32>, pub VERR: RORegister<u32>, pub IPIDR: RORegister<u32>, pub SIDR: RORegister<u32>, // some fields omitted
}

Fields

TR: RWRegister<u32>

time register

DR: RWRegister<u32>

date register

SSR: RORegister<u32>

sub second register

ICSR: RWRegister<u32>

initialization and status register

PRER: RWRegister<u32>

prescaler register

WUTR: RWRegister<u32>

wakeup timer register

CR: RWRegister<u32>

control register

WPR: WORegister<u32>

write protection register

CALR: RWRegister<u32>

calibration register

SHIFTR: WORegister<u32>

shift control register

TSTR: RORegister<u32>

time stamp time register

TSDR: RORegister<u32>

time stamp date register

TSSSR: RORegister<u32>

timestamp sub second register

ALRMAR: RWRegister<u32>

alarm A register

ALRMASSR: RWRegister<u32>

alarm A sub second register

ALRMBR: RWRegister<u32>

alarm B register

ALRMBSSR: RWRegister<u32>

alarm B sub second register

SR: RORegister<u32>

status register

MISR: RORegister<u32>

masked interrupt status register

SCR: RWRegister<u32>

status clear register

HWCFGR: RWRegister<u32>

hardware configuration register

VERR: RORegister<u32>

EXTI IP Version register

IPIDR: RORegister<u32>

EXTI Identification register

SIDR: RORegister<u32>

EXTI Size ID register

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.