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