#[repr(u8)]pub enum Wmopt2 {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
When writing to an external device, DQS pin is used as write mask. When flash memory is accessed in individual mode, AHB or IP write burst length is not limited.
VAL1 = 1
When writing to an external device, DQS pin is not used as write mask. When flash memory is accessed in individual mode, AHB or IP write burst length is limited. The minimum write burst length should be 4.
Implementations§
Trait Implementations§
Source§impl Ord for Wmopt2
impl Ord for Wmopt2
Source§impl PartialOrd for Wmopt2
impl PartialOrd for Wmopt2
impl Copy for Wmopt2
impl Eq for Wmopt2
impl StructuralPartialEq for Wmopt2
Auto Trait Implementations§
impl Freeze for Wmopt2
impl RefUnwindSafe for Wmopt2
impl Send for Wmopt2
impl Sync for Wmopt2
impl Unpin for Wmopt2
impl UnwindSafe for Wmopt2
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