#[repr(u8)]pub enum Readaddropt {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
AHB read burst start address alignment is limited when flash memory is accessed in parallel mode or flash is word-addressable.
VAL1 = 1
AHB read burst start address alignment is not limited. FlexSPI fetches more data than the AHB burst requires for address alignment.
Implementations§
Source§impl Readaddropt
impl Readaddropt
Trait Implementations§
Source§impl Clone for Readaddropt
impl Clone for Readaddropt
Source§fn clone(&self) -> Readaddropt
fn clone(&self) -> Readaddropt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Readaddropt
impl Debug for Readaddropt
Source§impl From<Readaddropt> for u8
impl From<Readaddropt> for u8
Source§fn from(val: Readaddropt) -> u8
fn from(val: Readaddropt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Readaddropt
impl From<u8> for Readaddropt
Source§fn from(val: u8) -> Readaddropt
fn from(val: u8) -> Readaddropt
Converts to this type from the input type.
Source§impl Ord for Readaddropt
impl Ord for Readaddropt
Source§fn cmp(&self, other: &Readaddropt) -> Ordering
fn cmp(&self, other: &Readaddropt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Readaddropt
impl PartialEq for Readaddropt
Source§impl PartialOrd for Readaddropt
impl PartialOrd for Readaddropt
impl Copy for Readaddropt
impl Eq for Readaddropt
impl StructuralPartialEq for Readaddropt
Auto Trait Implementations§
impl Freeze for Readaddropt
impl RefUnwindSafe for Readaddropt
impl Send for Readaddropt
impl Sync for Readaddropt
impl Unpin for Readaddropt
impl UnwindSafe for Readaddropt
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