[][src]Struct efm32gg11b820::cryotimer::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub periodsel: PERIODSEL,
    pub cnt: CNT,
    pub em4wuen: EM4WUEN,
    pub if_: IF,
    pub ifs: IFS,
    pub ifc: IFC,
    pub ien: IEN,
}

Register block

Fields

ctrl: CTRL

0x00 - Control Register

periodsel: PERIODSEL

0x04 - Interrupt Duration

cnt: CNT

0x08 - Counter Value

em4wuen: EM4WUEN

0x0c - Wake Up Enable

if_: IF

0x10 - Interrupt Flag Register

ifs: IFS

0x14 - Interrupt Flag Set Register

ifc: IFC

0x18 - Interrupt Flag Clear Register

ien: IEN

0x1c - Interrupt Enable 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, 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.