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

#[repr(C)]
pub struct CHANNEL { pub intval: Reg<INTVAL_SPEC>, pub timer: Reg<TIMER_SPEC>, pub ctrl: Reg<CTRL_SPEC>, pub stat: Reg<STAT_SPEC>, }
Expand description

Register block

Fields

intval: Reg<INTVAL_SPEC>

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

timer: Reg<TIMER_SPEC>

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

ctrl: Reg<CTRL_SPEC>

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

stat: Reg<STAT_SPEC>

0x0c - MRT Status register.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.