#[repr(u8)]pub enum TI4_RMP {
Comp2Out = 1,
Comp1Out = 2,
}
Expand description
Internal trigger
Value on reset: 0
Variants§
Comp2Out = 1
1: TIM2 TI4 input connected to COMP2_OUT
Comp1Out = 2
2: TIM2 TI4 input connected to COMP1_OUT
Trait Implementations§
impl Copy for TI4_RMP
impl Eq for TI4_RMP
impl IsEnum for TI4_RMP
impl StructuralPartialEq for TI4_RMP
Auto Trait Implementations§
impl Freeze for TI4_RMP
impl RefUnwindSafe for TI4_RMP
impl Send for TI4_RMP
impl Sync for TI4_RMP
impl Unpin for TI4_RMP
impl UnwindSafe for TI4_RMP
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