pub enum EE1FAST {
Resynchronized = 0,
Asynchronous = 1,
}
Expand description
External Event %s Fast mode
Value on reset: 0
Variants§
Resynchronized = 0
0: External event is re-synchronised by the HRTIM logic before acting on outputs
Asynchronous = 1
1: External event is acting asynchronously on outputs (low-latency mode)
Trait Implementations§
impl Copy for EE1FAST
impl Eq for EE1FAST
impl StructuralPartialEq for EE1FAST
Auto Trait Implementations§
impl Freeze for EE1FAST
impl RefUnwindSafe for EE1FAST
impl Send for EE1FAST
impl Sync for EE1FAST
impl Unpin for EE1FAST
impl UnwindSafe for EE1FAST
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