Struct xmc4100::rtc::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock { pub id: ID, pub ctr: CTR, pub rawstat: RAWSTAT, pub stssr: STSSR, pub msksr: MSKSR, pub clrsr: CLRSR, pub atim0: ATIM0, pub atim1: ATIM1, pub tim0: TIM0, pub tim1: TIM1, }
Expand description

Register block

Fields

id: ID

0x00 - RTC ID Register

ctr: CTR

0x04 - RTC Control Register

rawstat: RAWSTAT

0x08 - RTC Raw Service Request Register

stssr: STSSR

0x0c - RTC Service Request Status Register

msksr: MSKSR

0x10 - RTC Service Request Mask Register

clrsr: CLRSR

0x14 - RTC Clear Service Request Register

atim0: ATIM0

0x18 - RTC Alarm Time Register 0

atim1: ATIM1

0x1c - RTC Alarm Time Register 1

tim0: TIM0

0x20 - RTC Time Register 0

tim1: TIM1

0x24 - RTC Time Register 1

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.