#[repr(u8)]pub enum Wmopt1 {
WMOPT1_0 = 0,
WMOPT1_1 = 1,
}Variants§
WMOPT1_0 = 0
DQS pin will be used as Write Mask when writing to external device. There is no limitation on AHB write burst start address alignment when flash is accessed in individual mode.
WMOPT1_1 = 1
DQS pin will not be used as Write Mask when writing to external device. There is limitation on AHB write burst start address alignment when flash is accessed in individual mode.
Implementations§
Trait Implementations§
Source§impl Ord for Wmopt1
impl Ord for Wmopt1
Source§impl PartialOrd for Wmopt1
impl PartialOrd for Wmopt1
impl Copy for Wmopt1
impl Eq for Wmopt1
impl StructuralPartialEq for Wmopt1
Auto Trait Implementations§
impl Freeze for Wmopt1
impl RefUnwindSafe for Wmopt1
impl Send for Wmopt1
impl Sync for Wmopt1
impl Unpin for Wmopt1
impl UnwindSafe for Wmopt1
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