pub enum ConfigurationChange {
SelfProgramming,
ProtectedRegister,
}
Expand description
Types of protected configuration change
Variants§
SelfProgramming
Self programming, i.e. writing to the nonvolatile (Flash) memory controller
ProtectedRegister
Protected register access
Auto Trait Implementations§
impl Freeze for ConfigurationChange
impl RefUnwindSafe for ConfigurationChange
impl Send for ConfigurationChange
impl Sync for ConfigurationChange
impl Unpin for ConfigurationChange
impl UnwindSafe for ConfigurationChange
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more