#[repr(u8)]pub enum Rwsselect {
Single = 0,
Half = 1,
Dual = 2,
}
Expand description
NVM Read Wait States
Value on reset: 0
Variants§
Single = 0
0: Single Auto Wait State
Half = 1
1: Half Auto Wait State
Dual = 2
2: Dual Auto Wait State
Trait Implementations§
impl Copy for Rwsselect
impl Eq for Rwsselect
impl IsEnum for Rwsselect
impl StructuralPartialEq for Rwsselect
Auto Trait Implementations§
impl Freeze for Rwsselect
impl RefUnwindSafe for Rwsselect
impl Send for Rwsselect
impl Sync for Rwsselect
impl Unpin for Rwsselect
impl UnwindSafe for Rwsselect
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