[][src]Struct efm32hg309f64::prs::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub swpulse: SWPULSE,
    pub swlevel: SWLEVEL,
    pub route: ROUTE,
    pub ch0_ctrl: CH0_CTRL,
    pub ch1_ctrl: CH1_CTRL,
    pub ch2_ctrl: CH2_CTRL,
    pub ch3_ctrl: CH3_CTRL,
    pub ch4_ctrl: CH4_CTRL,
    pub ch5_ctrl: CH5_CTRL,
    pub tracectrl: TRACECTRL,
    // some fields omitted
}

Register block

Fields

swpulse: SWPULSE

0x00 - Software Pulse Register

swlevel: SWLEVEL

0x04 - Software Level Register

route: ROUTE

0x08 - I/O Routing Register

ch0_ctrl: CH0_CTRL

0x10 - Channel Control Register

ch1_ctrl: CH1_CTRL

0x14 - Channel Control Register

ch2_ctrl: CH2_CTRL

0x18 - Channel Control Register

ch3_ctrl: CH3_CTRL

0x1c - Channel Control Register

ch4_ctrl: CH4_CTRL

0x20 - Channel Control Register

ch5_ctrl: CH5_CTRL

0x24 - Channel Control Register

tracectrl: TRACECTRL

0x40 - MTB Trace Control Register

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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