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