pub enum MSBSEL_A {
SINGLE,
MULTIPLE,
}
Expand description
Multi/Single Block Selection
Value on reset: 0
Variants
SINGLE
0: Single Block
MULTIPLE
1: Multiple Block
Trait Implementations
impl Copy for MSBSEL_A
impl StructuralPartialEq for MSBSEL_A
Auto Trait Implementations
impl RefUnwindSafe for MSBSEL_A
impl Send for MSBSEL_A
impl Sync for MSBSEL_A
impl Unpin for MSBSEL_A
impl UnwindSafe for MSBSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more