Enum ra6t2::adc_b::adlimchsr0::LIMCHF20_A
source · pub enum LIMCHF20_A {
_0,
_1,
}
Expand description
Analog Channel n: Limiter Clip Flag
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for LIMCHF20_A
impl Clone for LIMCHF20_A
source§fn clone(&self) -> LIMCHF20_A
fn clone(&self) -> LIMCHF20_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 LIMCHF20_A
impl Debug for LIMCHF20_A
source§impl From<LIMCHF20_A> for bool
impl From<LIMCHF20_A> for bool
source§fn from(variant: LIMCHF20_A) -> Self
fn from(variant: LIMCHF20_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<LIMCHF20_A> for LIMCHF20_A
impl PartialEq<LIMCHF20_A> for LIMCHF20_A
source§fn eq(&self, other: &LIMCHF20_A) -> bool
fn eq(&self, other: &LIMCHF20_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.