[][src]Type Definition nrf52832_pac::nvmc::ERASEALL

type ERASEALL = Reg<u32, _ERASEALL>;

Register for erasing all non-volatile user memory

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see eraseall module

Trait Implementations

impl Readable for ERASEALL[src]

read() method returns eraseall::R reader structure

impl ResetValue for ERASEALL[src]

Register ERASEALL reset()'s with value 0

type Type = u32

Register size

impl Writable for ERASEALL[src]

write(|w| ..) method takes eraseall::W writer structure