[][src]Struct muscab1_pac::gptimer::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub gptreset: GPTRESET,
    pub gptintm: GPTINTM,
    pub gptintc: GPTINTC,
    pub gptalarm0: GPTALARM0,
    pub gptalarm1: GPTALARM1,
    pub gptintr: GPTINTR,
    pub gptcounter: GPTCOUNTER,
    // some fields omitted
}

Register block

Fields

gptreset: GPTRESET

0x00 - Control Reset Register

gptintm: GPTINTM

0x04 - Masked interrupt status register

gptintc: GPTINTC

0x08 - Interrupt clear register

gptalarm0: GPTALARM0

0x10 - ALARM0 data value register

gptalarm1: GPTALARM1

0x14 - ALARM1 data value register

gptintr: GPTINTR

0x18 - Raw interrupt status register

gptcounter: GPTCOUNTER

0x1c - Counter data value register

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self