Enum ra4w1::adc140::adcmpansr0::CMPCHA13_A
source · pub enum CMPCHA13_A {
_0,
_1,
}
Expand description
AN013 Select
Value on reset: 0
Variants§
_0
0: Excludes AN013 from the compare window A target range.
_1
1: Includes AN013 from the compare window A target range.
Trait Implementations§
source§impl Clone for CMPCHA13_A
impl Clone for CMPCHA13_A
source§fn clone(&self) -> CMPCHA13_A
fn clone(&self) -> CMPCHA13_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 CMPCHA13_A
impl Debug for CMPCHA13_A
source§impl From<CMPCHA13_A> for bool
impl From<CMPCHA13_A> for bool
source§fn from(variant: CMPCHA13_A) -> Self
fn from(variant: CMPCHA13_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<CMPCHA13_A> for CMPCHA13_A
impl PartialEq<CMPCHA13_A> for CMPCHA13_A
source§fn eq(&self, other: &CMPCHA13_A) -> bool
fn eq(&self, other: &CMPCHA13_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.