pub enum OcrefClearSource {
Internal,
Etrf,
}Expand description
OCREF clear trigger source.
Variants§
Internal
Use the timer’s dedicated OCREF clear input.
Etrf
Use filtered external trigger (ETRF) as OCREF clear source.
Trait Implementations§
Source§impl Clone for OcrefClearSource
impl Clone for OcrefClearSource
Source§fn clone(&self) -> OcrefClearSource
fn clone(&self) -> OcrefClearSource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Format for OcrefClearSource
impl Format for OcrefClearSource
impl Copy for OcrefClearSource
Auto Trait Implementations§
impl Freeze for OcrefClearSource
impl RefUnwindSafe for OcrefClearSource
impl Send for OcrefClearSource
impl Sync for OcrefClearSource
impl Unpin for OcrefClearSource
impl UnwindSafe for OcrefClearSource
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§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.