Struct nrf51822::NVMC [] [src]

pub struct NVMC { /* fields omitted */ }

Non Volatile Memory Controller.

Methods

impl NVMC
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for NVMC
[src]

impl Deref for NVMC
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for NVMC