Enum daisy::pac::axi::ini6_fn_mod::WRITE_ISS_OVERRIDE_A
pub enum WRITE_ISS_OVERRIDE_A {
Normal = 0,
Force1 = 1,
}
Expand description
Override ASIB write issuing capability
Value on reset: 0
Variants§
Normal = 0
0: Normal ASIB write issuing capability
Force1 = 1
1: Force ASIB write issuing capability to 1
Trait Implementations§
§impl Clone for WRITE_ISS_OVERRIDE_A
impl Clone for WRITE_ISS_OVERRIDE_A
§fn clone(&self) -> WRITE_ISS_OVERRIDE_A
fn clone(&self) -> WRITE_ISS_OVERRIDE_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 more§impl Debug for WRITE_ISS_OVERRIDE_A
impl Debug for WRITE_ISS_OVERRIDE_A
§impl PartialEq for WRITE_ISS_OVERRIDE_A
impl PartialEq for WRITE_ISS_OVERRIDE_A
§fn eq(&self, other: &WRITE_ISS_OVERRIDE_A) -> bool
fn eq(&self, other: &WRITE_ISS_OVERRIDE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WRITE_ISS_OVERRIDE_A
impl StructuralPartialEq for WRITE_ISS_OVERRIDE_A
Auto Trait Implementations§
impl Freeze for WRITE_ISS_OVERRIDE_A
impl RefUnwindSafe for WRITE_ISS_OVERRIDE_A
impl Send for WRITE_ISS_OVERRIDE_A
impl Sync for WRITE_ISS_OVERRIDE_A
impl Unpin for WRITE_ISS_OVERRIDE_A
impl UnwindSafe for WRITE_ISS_OVERRIDE_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