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