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