Enum d1_pac::iommu::iommu_tlb_flush_enable::MI_TLB_FS_A   
source · pub enum MI_TLB_FS_A {
    NO_CLEAR_OR_COMPLETED = 0,
    ENABLE = 1,
}Expand description
Micro TLB[i] Flush Clear Micro TLB6
After the Flush operation is completed, the bit can clear automatically.
Value on reset: 0
Variants§
NO_CLEAR_OR_COMPLETED = 0
0: No clear operation or clear operation is completed
ENABLE = 1
1: Enable clear operation
Trait Implementations§
source§impl Clone for MI_TLB_FS_A
 
impl Clone for MI_TLB_FS_A
source§fn clone(&self) -> MI_TLB_FS_A
 
fn clone(&self) -> MI_TLB_FS_A
Returns a copy 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 MI_TLB_FS_A
 
impl Debug for MI_TLB_FS_A
source§impl From<MI_TLB_FS_A> for bool
 
impl From<MI_TLB_FS_A> for bool
source§fn from(variant: MI_TLB_FS_A) -> Self
 
fn from(variant: MI_TLB_FS_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for MI_TLB_FS_A
 
impl PartialEq for MI_TLB_FS_A
impl Copy for MI_TLB_FS_A
impl Eq for MI_TLB_FS_A
impl StructuralPartialEq for MI_TLB_FS_A
Auto Trait Implementations§
impl Freeze for MI_TLB_FS_A
impl RefUnwindSafe for MI_TLB_FS_A
impl Send for MI_TLB_FS_A
impl Sync for MI_TLB_FS_A
impl Unpin for MI_TLB_FS_A
impl UnwindSafe for MI_TLB_FS_A
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)