Struct nrf52840::NVMC[][src]

pub struct NVMC { /* fields omitted */ }

Non Volatile Memory Controller

Methods

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

Dereferences the value.

Auto Trait Implementations

impl !Sync for NVMC