Enum stm32_metapac::hrtim::vals::Dacsync
#[repr(u8)]pub enum Dacsync {
DISABLED = 0,
DACSYNC1 = 1,
DACSYNC2 = 2,
DACSYNC3 = 3,
}
Variants§
DISABLED = 0
No DAC trigger generated
DACSYNC1 = 1
Trigger generated on DACSync1
DACSYNC2 = 2
Trigger generated on DACSync2
DACSYNC3 = 3
Trigger generated on DACSync3
Implementations§
Trait Implementations§
§impl Ord for Dacsync
impl Ord for Dacsync
§impl PartialOrd for Dacsync
impl PartialOrd for Dacsync
§fn partial_cmp(&self, other: &Dacsync) -> Option<Ordering>
fn partial_cmp(&self, other: &Dacsync) -> 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 Dacsync
impl Eq for Dacsync
impl StructuralEq for Dacsync
impl StructuralPartialEq for Dacsync
Auto Trait Implementations§
impl RefUnwindSafe for Dacsync
impl Send for Dacsync
impl Sync for Dacsync
impl Unpin for Dacsync
impl UnwindSafe for Dacsync
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