#[repr(C)]
pub struct RegisterBlock { pub channel: [CHANNEL; 4], pub modcfg: MODCFG, pub idle_ch: IDLE_CH, pub irq_flag: IRQ_FLAG, /* private fields */ }
Expand description

Register block

Fields§

§channel: [CHANNEL; 4]

0x00..0x40 - no description available

§modcfg: MODCFG

0xf0 - Module Configuration register. This register provides information about this particular MRT instance.

§idle_ch: IDLE_CH

0xf4 - Idle channel register. This register returns the number of the first idle channel.

§irq_flag: IRQ_FLAG

0xf8 - Global interrupt flag 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.