pub enum PROG {
NotSelected = 0,
Selected = 1,
}
Expand description
Program memory selection
Value on reset: 0
Variants§
NotSelected = 0
0: The Flash program memory is not selected
Selected = 1
1: The Flash program memory is selected
Trait Implementations§
impl Copy for PROG
impl Eq for PROG
impl StructuralPartialEq for PROG
Auto Trait Implementations§
impl Freeze for PROG
impl RefUnwindSafe for PROG
impl Send for PROG
impl Sync for PROG
impl Unpin for PROG
impl UnwindSafe for PROG
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