Struct nrf52840::PPI[][src]

pub struct PPI { /* fields omitted */ }

Programmable Peripheral Interconnect

Methods

impl PPI
[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.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PPI