Enum ra2l1::adc120::adcmpsr1::CMPSTCHA16_A
source · pub enum CMPSTCHA16_A {
_0,
_1,
}
Expand description
Compare Window A Flag
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for CMPSTCHA16_A
impl Clone for CMPSTCHA16_A
source§fn clone(&self) -> CMPSTCHA16_A
fn clone(&self) -> CMPSTCHA16_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 CMPSTCHA16_A
impl Debug for CMPSTCHA16_A
source§impl From<CMPSTCHA16_A> for bool
impl From<CMPSTCHA16_A> for bool
source§fn from(variant: CMPSTCHA16_A) -> Self
fn from(variant: CMPSTCHA16_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<CMPSTCHA16_A> for CMPSTCHA16_A
impl PartialEq<CMPSTCHA16_A> for CMPSTCHA16_A
source§fn eq(&self, other: &CMPSTCHA16_A) -> bool
fn eq(&self, other: &CMPSTCHA16_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.