pub enum TLB_IVLD_ENABLE_A {
NO_OPERATION_OR_COMPLETED = 0,
ENABLE = 1,
}
Expand description
Enable TLB invalidation operation
After invalidation operation is completed, the bit can clear automatically.
When operating invalidation operation, TLB/Cache operation has not affected.
After or before invalidation operation starts, there is no absolute relationship between the same address switch operation and invalidation operation.
Value on reset: 0
Variants§
NO_OPERATION_OR_COMPLETED = 0
0: No operation or operation is completed
ENABLE = 1
1: Enable invalidation operation
Trait Implementations§
source§impl Clone for TLB_IVLD_ENABLE_A
impl Clone for TLB_IVLD_ENABLE_A
source§fn clone(&self) -> TLB_IVLD_ENABLE_A
fn clone(&self) -> TLB_IVLD_ENABLE_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 TLB_IVLD_ENABLE_A
impl Debug for TLB_IVLD_ENABLE_A
source§impl From<TLB_IVLD_ENABLE_A> for bool
impl From<TLB_IVLD_ENABLE_A> for bool
source§fn from(variant: TLB_IVLD_ENABLE_A) -> Self
fn from(variant: TLB_IVLD_ENABLE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for TLB_IVLD_ENABLE_A
impl PartialEq for TLB_IVLD_ENABLE_A
impl Copy for TLB_IVLD_ENABLE_A
impl Eq for TLB_IVLD_ENABLE_A
impl StructuralPartialEq for TLB_IVLD_ENABLE_A
Auto Trait Implementations§
impl Freeze for TLB_IVLD_ENABLE_A
impl RefUnwindSafe for TLB_IVLD_ENABLE_A
impl Send for TLB_IVLD_ENABLE_A
impl Sync for TLB_IVLD_ENABLE_A
impl Unpin for TLB_IVLD_ENABLE_A
impl UnwindSafe for TLB_IVLD_ENABLE_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
)