#[repr(u8)]pub enum Gem {
GEM_0 = 0,
GEM_1 = 1,
}Variants§
GEM_0 = 0
OTFAD is disabled. All data fetched by the FLEXSPI bypasses OTFAD processing.
GEM_1 = 1
OTFAD is enabled, and processes data fetched by the FLEXSPI as defined by the hardware configuration.
Implementations§
Trait Implementations§
Source§impl Ord for Gem
impl Ord for Gem
Source§impl PartialOrd for Gem
impl PartialOrd for Gem
impl Copy for Gem
impl Eq for Gem
impl StructuralPartialEq for Gem
Auto Trait Implementations§
impl Freeze for Gem
impl RefUnwindSafe for Gem
impl Send for Gem
impl Sync for Gem
impl Unpin for Gem
impl UnwindSafe for Gem
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