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