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

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§

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.