#[repr(u8)]pub enum UFOA1_A {
NONE = 0,
TOGGLE = 1,
PULSE = 2,
PWM = 3,
}
Expand description
Underflow Output Action 1
Value on reset: 0
Variants§
NONE = 0
0: LETn_O1 is held at its idle value as defined by OPOL1.
TOGGLE = 1
1: LETn_O1 is toggled on CNT underflow.
PULSE = 2
2: LETn_O1 is held active for one LFACLKLETIMER0 clock cycle on CNT underflow. The output then returns to its idle value as defined by OPOL1.
PWM = 3
3: LETn_O1 is set idle on CNT underflow, and active on compare match with COMP1
Trait Implementations§
impl Copy for UFOA1_A
impl StructuralPartialEq for UFOA1_A
Auto Trait Implementations§
impl Freeze for UFOA1_A
impl RefUnwindSafe for UFOA1_A
impl Send for UFOA1_A
impl Sync for UFOA1_A
impl Unpin for UFOA1_A
impl UnwindSafe for UFOA1_A
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