Enum ra6m1::usbfs::nrdysts::PIPE0NRDY_A
source · pub enum PIPE0NRDY_A {
_0,
_1,
}
Expand description
NRDY Interrupt Status for PIPE0
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for PIPE0NRDY_A
impl Clone for PIPE0NRDY_A
source§fn clone(&self) -> PIPE0NRDY_A
fn clone(&self) -> PIPE0NRDY_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 PIPE0NRDY_A
impl Debug for PIPE0NRDY_A
source§impl From<PIPE0NRDY_A> for bool
impl From<PIPE0NRDY_A> for bool
source§fn from(variant: PIPE0NRDY_A) -> Self
fn from(variant: PIPE0NRDY_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<PIPE0NRDY_A> for PIPE0NRDY_A
impl PartialEq<PIPE0NRDY_A> for PIPE0NRDY_A
source§fn eq(&self, other: &PIPE0NRDY_A) -> bool
fn eq(&self, other: &PIPE0NRDY_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.