[][src]Struct xmc4200::rtc::RegisterBlock

#[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,
}

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

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> Same<T> for T

type Output = T

Should always be Self

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.