Struct SKEAZN642::rtc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub sc: Reg<SC_SPEC>, pub mod_: Reg<MOD_SPEC>, pub cnt: Reg<CNT_SPEC>, }
Expand description

Register block

Fields

sc: Reg<SC_SPEC>

0x00 - RTC Status and Control Register

mod_: Reg<MOD_SPEC>

0x04 - RTC Modulo Register

cnt: Reg<CNT_SPEC>

0x08 - RTC Counter 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.