#[repr(u8)]pub enum Sctrl2Oen {
INPUT = 0,
OFLAG_OUT = 1,
}Variants§
INPUT = 0
The external pin is configured as an input.
OFLAG_OUT = 1
The OFLAG output signal is driven on the external pin. Other timer groups using this external pin as their input see the driven value. The polarity of the signal is determined by OPS.
Implementations§
Trait Implementations§
Source§impl Ord for Sctrl2Oen
impl Ord for Sctrl2Oen
Source§impl PartialOrd for Sctrl2Oen
impl PartialOrd for Sctrl2Oen
impl Copy for Sctrl2Oen
impl Eq for Sctrl2Oen
impl StructuralPartialEq for Sctrl2Oen
Auto Trait Implementations§
impl Freeze for Sctrl2Oen
impl RefUnwindSafe for Sctrl2Oen
impl Send for Sctrl2Oen
impl Sync for Sctrl2Oen
impl Unpin for Sctrl2Oen
impl UnwindSafe for Sctrl2Oen
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