pub enum DHHC {
NoDelay = 0,
Delayed = 1,
}
Expand description
DDR hold
Value on reset: 0
Variants§
NoDelay = 0
0: Delay the data output using analog delay
Delayed = 1
1: Delay the data output by 1/4 of a QUADSPI output clock cycle.
Trait Implementations§
impl Copy for DHHC
impl Eq for DHHC
impl StructuralPartialEq for DHHC
Auto Trait Implementations§
impl Freeze for DHHC
impl RefUnwindSafe for DHHC
impl Send for DHHC
impl Sync for DHHC
impl Unpin for DHHC
impl UnwindSafe for DHHC
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