pub enum TXPTRUPD_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Write ‘1’ to enable interrupt for TXPTRUPD event
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for TXPTRUPD_A
impl Clone for TXPTRUPD_A
Source§fn clone(&self) -> TXPTRUPD_A
fn clone(&self) -> TXPTRUPD_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 TXPTRUPD_A
impl Debug for TXPTRUPD_A
Source§impl From<TXPTRUPD_A> for bool
impl From<TXPTRUPD_A> for bool
Source§fn from(variant: TXPTRUPD_A) -> Self
fn from(variant: TXPTRUPD_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TXPTRUPD_A
impl PartialEq for TXPTRUPD_A
impl Copy for TXPTRUPD_A
impl StructuralPartialEq for TXPTRUPD_A
Auto Trait Implementations§
impl Freeze for TXPTRUPD_A
impl RefUnwindSafe for TXPTRUPD_A
impl Send for TXPTRUPD_A
impl Sync for TXPTRUPD_A
impl Unpin for TXPTRUPD_A
impl UnwindSafe for TXPTRUPD_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