[][src]Struct nrf52810_pac::ppi::RegisterBlock

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

Register block

Fields

tasks_chg: [TASKS_CHG; 6]

0x00 - Channel group tasks

chen: CHEN

0x500 - Channel enable register

chenset: CHENSET

0x504 - Channel enable set register

chenclr: CHENCLR

0x508 - Channel enable clear register

ch: [CH; 20]

0x510 - PPI Channel

chg: [CHG; 6]

0x800 - Description collection: Channel group n

fork: [FORK; 32]

0x910 - Fork

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self