[][src]Struct efm32pg1b_pac::letimer0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub cmd: CMD,
    pub status: STATUS,
    pub cnt: CNT,
    pub comp0: COMP0,
    pub comp1: COMP1,
    pub rep0: REP0,
    pub rep1: REP1,
    pub if_: IF,
    pub ifs: IFS,
    pub ifc: IFC,
    pub ien: IEN,
    pub syncbusy: SYNCBUSY,
    pub routepen: ROUTEPEN,
    pub routeloc0: ROUTELOC0,
    pub prssel: PRSSEL,
    // some fields omitted
}

Register block

Fields

ctrl: CTRL

0x00 - Control Register

cmd: CMD

0x04 - Command Register

status: STATUS

0x08 - Status Register

cnt: CNT

0x0c - Counter Value Register

comp0: COMP0

0x10 - Compare Value Register 0

comp1: COMP1

0x14 - Compare Value Register 1

rep0: REP0

0x18 - Repeat Counter Register 0

rep1: REP1

0x1c - Repeat Counter Register 1

if_: IF

0x20 - Interrupt Flag Register

ifs: IFS

0x24 - Interrupt Flag Set Register

ifc: IFC

0x28 - Interrupt Flag Clear Register

ien: IEN

0x2c - Interrupt Enable Register

syncbusy: SYNCBUSY

0x34 - Synchronization Busy Register

routepen: ROUTEPEN

0x40 - I/O Routing Pin Enable Register

routeloc0: ROUTELOC0

0x44 - I/O Routing Location Register

prssel: PRSSEL

0x50 - PRS Input Select 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.