pub enum PC_IVLD_ENABLE_A {
NO_OPERATION_OR_COMPLETED = 0,
ENABLE = 1,
}
Expand description
Enable PTW Cache invalidation operation
After invalidation operation is completed, the bit can clear automatically.
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 PC_IVLD_ENABLE_A
impl Clone for PC_IVLD_ENABLE_A
source§fn clone(&self) -> PC_IVLD_ENABLE_A
fn clone(&self) -> PC_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 PC_IVLD_ENABLE_A
impl Debug for PC_IVLD_ENABLE_A
source§impl From<PC_IVLD_ENABLE_A> for bool
impl From<PC_IVLD_ENABLE_A> for bool
source§fn from(variant: PC_IVLD_ENABLE_A) -> Self
fn from(variant: PC_IVLD_ENABLE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PC_IVLD_ENABLE_A
impl PartialEq for PC_IVLD_ENABLE_A
impl Copy for PC_IVLD_ENABLE_A
impl Eq for PC_IVLD_ENABLE_A
impl StructuralPartialEq for PC_IVLD_ENABLE_A
Auto Trait Implementations§
impl Freeze for PC_IVLD_ENABLE_A
impl RefUnwindSafe for PC_IVLD_ENABLE_A
impl Send for PC_IVLD_ENABLE_A
impl Sync for PC_IVLD_ENABLE_A
impl Unpin for PC_IVLD_ENABLE_A
impl UnwindSafe for PC_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
)