Struct nrf51822::PPI [] [src]

pub struct PPI { /* fields omitted */ }

PPI controller.

Methods

impl PPI
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PPI
[src]

impl Deref for PPI
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for PPI