[][src]Struct nrf52832_hal::nrf52832_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

0x00 - Channel group tasks

0x500 - Channel enable register

0x504 - Channel enable set register

0x508 - Channel enable clear register

0x510 - PPI Channel

0x800 - Description collection[0]: Channel group 0

0x910 - Fork

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more