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
impl Copy for Syncout
impl Eq for Syncout
impl StructuralPartialEq for Syncout
Auto Trait Implementations§
impl Freeze for Syncout
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
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
)