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