Enum stm32_metapac::adc::vals::Jqm
#[repr(u8)]pub enum Jqm {
MODE0 = 0,
MODE1 = 1,
}
Variants§
MODE0 = 0
JSQR Mode 0: Queue maintains the last written configuration into JSQR
MODE1 = 1
JSQR Mode 1: An empty queue disables software and hardware triggers of the injected sequence
Implementations§
Trait Implementations§
§impl Ord for Jqm
impl Ord for Jqm
§impl PartialOrd for Jqm
impl PartialOrd for Jqm
§fn partial_cmp(&self, other: &Jqm) -> Option<Ordering>
fn partial_cmp(&self, other: &Jqm) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Jqm
impl Eq for Jqm
impl StructuralEq for Jqm
impl StructuralPartialEq for Jqm
Auto Trait Implementations§
impl RefUnwindSafe for Jqm
impl Send for Jqm
impl Sync for Jqm
impl Unpin for Jqm
impl UnwindSafe for Jqm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more