#[repr(u8)]pub enum Outctl {
OUTCTL0 = 0,
OUTCTL1 = 1,
}Variants§
OUTCTL0 = 0
POS_MATCH[x](x range is 0-3) is asserted when the Position Counter is equal to according compare value (UCOMPx/LCOMPx)(x range is 0-3), and de-asserted when the Position Counter not equal to the compare value (UCOMPx/LCOMPx)(x range is 0-3)
OUTCTL1 = 1
All POS_MATCH[x](x range is 0-3) are asserted a pulse, when the UPOS, LPOS, REV, or POSD registers are read
Implementations§
Trait Implementations§
Source§impl Ord for Outctl
impl Ord for Outctl
Source§impl PartialOrd for Outctl
impl PartialOrd for Outctl
impl Copy for Outctl
impl Eq for Outctl
impl StructuralPartialEq for Outctl
Auto Trait Implementations§
impl Freeze for Outctl
impl RefUnwindSafe for Outctl
impl Send for Outctl
impl Sync for Outctl
impl Unpin for Outctl
impl UnwindSafe for Outctl
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