Struct xmc1000::PPB[][src]

pub struct PPB { /* fields omitted */ }

Cortex-M0 Private Peripheral Block

Methods

impl PPB
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PPB
[src]

impl Deref for PPB
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PPB