#[repr(u8)]pub enum Wmenb {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
Disabled. When writing to external device, DQS(RWDS) pin is not driven.
VAL1 = 1
Enabled. When writing to external device, FlexSPI drives DQS(RWDS) pin as write mask output.
Implementations§
Trait Implementations§
Source§impl Ord for Wmenb
impl Ord for Wmenb
Source§impl PartialOrd for Wmenb
impl PartialOrd for Wmenb
impl Copy for Wmenb
impl Eq for Wmenb
impl StructuralPartialEq for Wmenb
Auto Trait Implementations§
impl Freeze for Wmenb
impl RefUnwindSafe for Wmenb
impl Send for Wmenb
impl Sync for Wmenb
impl Unpin for Wmenb
impl UnwindSafe for Wmenb
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