[][src]Struct lpc845_pac::mrt0::CHANNEL

#[repr(C)]
pub struct CHANNEL {
    pub intval: INTVAL,
    pub timer: TIMER,
    pub ctrl: CTRL,
    pub stat: STAT,
}

Register block

Fields

intval: INTVAL

0x00 - MRT Time interval value register. This value is loaded into the TIMER register.

timer: TIMER

0x04 - MRT Timer register. This register reads the value of the down-counter.

ctrl: CTRL

0x08 - MRT Control register. This register controls the MRT modes.

stat: STAT

0x0c - MRT Status register.

Auto Trait Implementations

impl Unpin for CHANNEL

impl Send for CHANNEL

impl !Sync for CHANNEL

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