Struct nrf51::ppi::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub tasks_chg: [TASKS_CHG; 4], pub chen: CHEN, pub chenset: CHENSET, pub chenclr: CHENCLR, pub ch: [CH; 16], pub chg: [CHG; 4], // some fields omitted }

Register block

Fields

0x00 - Channel group tasks.

0x500 - Channel enable.

0x504 - Channel enable set.

0x508 - Channel enable clear.

0x510 - PPI Channel.

0x800 - Channel group configuration.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock