#[repr(C)]
pub struct RegisterBlock { pub tasks_chg: [TASKS_CHG; 6], pub subscribe_chg: [SUBSCRIBE_CHG; 6], pub chen: CHEN, pub chenset: CHENSET, pub chenclr: CHENCLR, pub chg: [CHG; 6], /* private fields */ }
Expand description

Register block

Fields

tasks_chg: [TASKS_CHG; 6]

0x00 - Channel group tasks

subscribe_chg: [SUBSCRIBE_CHG; 6]

0x80 - Subscribe configuration for tasks

chen: CHEN

0x500 - Channel enable register

chenset: CHENSET

0x504 - Channel enable set register

chenclr: CHENCLR

0x508 - Channel enable clear register

chg: [CHG; 6]

0x800 - Description collection: Channel group n Note: Writes to this register is ignored if either SUBSCRIBE_CHG[n].EN/DIS are enabled.

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.

Should always be Self
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.