#[repr(u8)]pub enum Sctrl3Oen {
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 Sctrl3Oen
impl Ord for Sctrl3Oen
Source§impl PartialOrd for Sctrl3Oen
impl PartialOrd for Sctrl3Oen
impl Copy for Sctrl3Oen
impl Eq for Sctrl3Oen
impl StructuralPartialEq for Sctrl3Oen
Auto Trait Implementations§
impl Freeze for Sctrl3Oen
impl RefUnwindSafe for Sctrl3Oen
impl Send for Sctrl3Oen
impl Sync for Sctrl3Oen
impl Unpin for Sctrl3Oen
impl UnwindSafe for Sctrl3Oen
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