pub enum R_GEN_CALL_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
See IC_RAW_INTR_STAT for a detailed description of R_GEN_CALL bit.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for R_GEN_CALL_A
impl Clone for R_GEN_CALL_A
Source§fn clone(&self) -> R_GEN_CALL_A
fn clone(&self) -> R_GEN_CALL_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 R_GEN_CALL_A
impl Debug for R_GEN_CALL_A
Source§impl From<R_GEN_CALL_A> for bool
impl From<R_GEN_CALL_A> for bool
Source§fn from(variant: R_GEN_CALL_A) -> Self
fn from(variant: R_GEN_CALL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for R_GEN_CALL_A
impl PartialEq for R_GEN_CALL_A
impl Copy for R_GEN_CALL_A
impl Eq for R_GEN_CALL_A
impl StructuralPartialEq for R_GEN_CALL_A
Auto Trait Implementations§
impl Freeze for R_GEN_CALL_A
impl RefUnwindSafe for R_GEN_CALL_A
impl Send for R_GEN_CALL_A
impl Sync for R_GEN_CALL_A
impl Unpin for R_GEN_CALL_A
impl UnwindSafe for R_GEN_CALL_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