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