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
impl ERASEALL_R
Sourcepub fn variant(&self) -> ERASEALL_A
pub fn variant(&self) -> ERASEALL_A
Get enumerated values variant
Sourcepub fn is_no_operation(&self) -> bool
pub fn is_no_operation(&self) -> bool
Checks if the value of the field is NO_OPERATION