[][src]Struct ambiq_apollo1_pac::rtc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrlow: CTRLOW,
    pub ctrup: CTRUP,
    pub almlow: ALMLOW,
    pub almup: ALMUP,
    pub rtcctl: RTCCTL,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    // some fields omitted
}

Register block

Fields

ctrlow: CTRLOW

0x00 - RTC Counters Lower

ctrup: CTRUP

0x04 - RTC Counters Upper

almlow: ALMLOW

0x08 - RTC Alarms Lower

almup: ALMUP

0x0c - RTC Alarms Upper

rtcctl: RTCCTL

0x10 - RTC Control Register

inten: INTEN

0xc0 - CLK_GEN Interrupt Register: Enable

intstat: INTSTAT

0xc4 - CLK_GEN Interrupt Register: Status

intclr: INTCLR

0xc8 - CLK_GEN Interrupt Register: Clear

intset: INTSET

0xcc - CLK_GEN Interrupt Register: Set

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.