Type Alias nrf52840_pac::nvmc::eraseall::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