#[repr(u8)]pub enum Wmena {
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 Wmena
impl Ord for Wmena
Source§impl PartialOrd for Wmena
impl PartialOrd for Wmena
impl Copy for Wmena
impl Eq for Wmena
impl StructuralPartialEq for Wmena
Auto Trait Implementations§
impl Freeze for Wmena
impl RefUnwindSafe for Wmena
impl Send for Wmena
impl Sync for Wmena
impl Unpin for Wmena
impl UnwindSafe for Wmena
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