#[repr(u8)]pub enum Cachableen {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
Disabled. When an AHB bus cacheable read access occurs, FlexSPI does not check whether it hit the AHB transmit buffer.
VAL1 = 1
Enabled. When an AHB bus cacheable read access occurs, FlexSPI first checks whether the access hit the AHB transmit buffer.
Implementations§
Source§impl Cachableen
impl Cachableen
Trait Implementations§
Source§impl Clone for Cachableen
impl Clone for Cachableen
Source§fn clone(&self) -> Cachableen
fn clone(&self) -> Cachableen
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 Cachableen
impl Debug for Cachableen
Source§impl From<Cachableen> for u8
impl From<Cachableen> for u8
Source§fn from(val: Cachableen) -> u8
fn from(val: Cachableen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cachableen
impl From<u8> for Cachableen
Source§fn from(val: u8) -> Cachableen
fn from(val: u8) -> Cachableen
Converts to this type from the input type.
Source§impl Ord for Cachableen
impl Ord for Cachableen
Source§fn cmp(&self, other: &Cachableen) -> Ordering
fn cmp(&self, other: &Cachableen) -> 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 Cachableen
impl PartialEq for Cachableen
Source§impl PartialOrd for Cachableen
impl PartialOrd for Cachableen
impl Copy for Cachableen
impl Eq for Cachableen
impl StructuralPartialEq for Cachableen
Auto Trait Implementations§
impl Freeze for Cachableen
impl RefUnwindSafe for Cachableen
impl Send for Cachableen
impl Sync for Cachableen
impl Unpin for Cachableen
impl UnwindSafe for Cachableen
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