#[repr(u8)]pub enum Wmenb {
WMENB_0 = 0,
WMENB_1 = 1,
}Variants§
WMENB_0 = 0
Write mask is disabled, DQS(RWDS) pin will be un-driven when writing to external device.
WMENB_1 = 1
Write mask is enabled, DQS(RWDS) pin will be driven by FlexSPI as write mask output when writing to external device.
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