pub enum LATENCY {
Ws0 = 0,
Ws1 = 1,
}
Expand description
Latency
Value on reset: 0
Variants§
Ws0 = 0
0: Zero wait state is used to read a word in the NVM
Ws1 = 1
1: One wait state is used to read a word in the NVM
Trait Implementations§
impl Copy for LATENCY
impl Eq for LATENCY
impl StructuralPartialEq for LATENCY
Auto Trait Implementations§
impl Freeze for LATENCY
impl RefUnwindSafe for LATENCY
impl Send for LATENCY
impl Sync for LATENCY
impl Unpin for LATENCY
impl UnwindSafe for LATENCY
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