Enum stm32_metapac::hrtim::vals::Dlyprt
#[repr(u8)]pub enum Dlyprt {
OUTPUT1_EE6 = 0,
OUTPUT2_EE6 = 1,
OUTPUT1_2_EE6 = 2,
BALANCED_EE6 = 3,
OUTPUT1_EE7 = 4,
OUTPUT2_EE7 = 5,
OUTPUT1_2_EE7 = 6,
BALANCED_EE7 = 7,
}
Variants§
OUTPUT1_EE6 = 0
Output 1 delayed idle on external event 6
OUTPUT2_EE6 = 1
Output 2 delayed idle on external event 6
OUTPUT1_2_EE6 = 2
Output 1 and 2 delayed idle on external event 6
BALANCED_EE6 = 3
Balanced idle on external event 6
OUTPUT1_EE7 = 4
Output 1 delayed idle on external event 7
OUTPUT2_EE7 = 5
Output 2 delayed idle on external event 7
OUTPUT1_2_EE7 = 6
Output 1 and 2 delayed idle on external event 7
BALANCED_EE7 = 7
Balanced idle on external event 7
Implementations§
Trait Implementations§
§impl Ord for Dlyprt
impl Ord for Dlyprt
§impl PartialOrd for Dlyprt
impl PartialOrd for Dlyprt
§fn partial_cmp(&self, other: &Dlyprt) -> Option<Ordering>
fn partial_cmp(&self, other: &Dlyprt) -> 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 Dlyprt
impl Eq for Dlyprt
impl StructuralEq for Dlyprt
impl StructuralPartialEq for Dlyprt
Auto Trait Implementations§
impl RefUnwindSafe for Dlyprt
impl Send for Dlyprt
impl Sync for Dlyprt
impl Unpin for Dlyprt
impl UnwindSafe for Dlyprt
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