pub enum FPRG {
Disabled = 0,
Enabled = 1,
}
Expand description
Half Page/Double Word programming mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FPRG
impl Eq for FPRG
impl StructuralPartialEq for FPRG
Auto Trait Implementations§
impl Freeze for FPRG
impl RefUnwindSafe for FPRG
impl Send for FPRG
impl Sync for FPRG
impl Unpin for FPRG
impl UnwindSafe for FPRG
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