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