Struct nrf5340_net_pac::dppic_ns::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub tasks_chg: [TASKS_CHG; 6], pub subscribe_chg: [SUBSCRIBE_CHG; 6], pub chen: Reg<CHEN_SPEC>, pub chenset: Reg<CHENSET_SPEC>, pub chenclr: Reg<CHENCLR_SPEC>, pub chg: [Reg<CHG_SPEC>; 6], // some fields omitted }
Expand description

Register block

Fields

tasks_chg: [TASKS_CHG; 6]

0x00..0x30 - Channel group tasks

subscribe_chg: [SUBSCRIBE_CHG; 6]

0x80..0xb0 - Subscribe configuration for tasks

chen: Reg<CHEN_SPEC>

0x500 - Channel enable register

chenset: Reg<CHENSET_SPEC>

0x504 - Channel enable set register

chenclr: Reg<CHENCLR_SPEC>

0x508 - Channel enable clear register

chg: [Reg<CHG_SPEC>; 6]

0x800..0x818 - Description collection: Channel group n Note: Writes to this register are ignored if either SUBSCRIBE_CHG[n].EN or SUBSCRIBE_CHG[n].DIS is 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

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.