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