[][src]Struct lpc54606_pac::rtc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub match_: MATCH,
    pub count: COUNT,
    pub wake: WAKE,
    pub gpreg: [GPREG; 8],
    // some fields omitted
}

Register block

Fields

ctrl: CTRL

0x00 - RTC control register

match_: MATCH

0x04 - RTC match register

count: COUNT

0x08 - RTC counter register

wake: WAKE

0x0c - High-resolution/wake-up timer control register

gpreg: [GPREG; 8]

0x40 - General Purpose register

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.