Enum stm32_metapac::hrtim::vals::Syncout
#[repr(u8)]pub enum Syncout {
DISABLED = 0,
_RESERVED_1 = 1,
POSITIVEPULSE = 2,
NEGATIVEPULSE = 3,
}
Variants§
DISABLED = 0
Disabled
_RESERVED_1 = 1
POSITIVEPULSE = 2
Positive pulse on SCOUT output (16x f_HRTIM clock cycles)
NEGATIVEPULSE = 3
Negative pulse on SCOUT output (16x f_HRTIM clock cycles)
Implementations§
Trait Implementations§
§impl Ord for Syncout
impl Ord for Syncout
§impl PartialOrd for Syncout
impl PartialOrd for Syncout
§fn partial_cmp(&self, other: &Syncout) -> Option<Ordering>
fn partial_cmp(&self, other: &Syncout) -> 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 Syncout
impl Eq for Syncout
impl StructuralEq for Syncout
impl StructuralPartialEq for Syncout
Auto Trait Implementations§
impl RefUnwindSafe for Syncout
impl Send for Syncout
impl Sync for Syncout
impl Unpin for Syncout
impl UnwindSafe for Syncout
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