pub enum WAITCFG {
BeforeWaitState = 0,
DuringWaitState = 1,
}Expand description
WAITCFG
Value on reset: 0
Variants§
BeforeWaitState = 0
0: NWAIT signal is active one data cycle before wait state
DuringWaitState = 1
1: NWAIT signal is active during wait state
Trait Implementations§
impl Copy for WAITCFG
impl Eq for WAITCFG
impl StructuralPartialEq for WAITCFG
Auto Trait Implementations§
impl Freeze for WAITCFG
impl RefUnwindSafe for WAITCFG
impl Send for WAITCFG
impl Sync for WAITCFG
impl Unpin for WAITCFG
impl UnwindSafe for WAITCFG
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