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
impl Copy for Dlyprt
impl Eq for Dlyprt
impl StructuralPartialEq for Dlyprt
Auto Trait Implementations§
impl Freeze for Dlyprt
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)