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