nrf52840_pac::nvmc::eraseall

Type Alias ERASEALL_R

Source
pub type ERASEALL_R = BitReader<ERASEALL_A>;
Expand description

Field ERASEALL reader - Erase all non-volatile memory including UICR registers. Note that the erase must be enabled using CONFIG.WEN before the non-volatile memory can be erased.

Aliased Type§

struct ERASEALL_R { /* private fields */ }

Implementations§

Source§

impl ERASEALL_R

Source

pub fn variant(&self) -> ERASEALL_A

Get enumerated values variant

Source

pub fn is_no_operation(&self) -> bool

Checks if the value of the field is NO_OPERATION

Source

pub fn is_erase(&self) -> bool

Checks if the value of the field is ERASE