#[repr(u8)]pub enum ITR1_RMP {
Tim8Trgout = 0,
Ptp = 1,
OtgFsSof = 2,
OtgHsSof = 3,
}
Expand description
Timer Input 4 remap
Value on reset: 0
Variants§
Tim8Trgout = 0
0: TIM8 trigger output is connected to TIM2_ITR1 input
Ptp = 1
1: Ethernet PTP clock is connected to TIM2_ITR1 input
OtgFsSof = 2
2: OTG FS SOF is connected to the TIM2_ITR1 input
OtgHsSof = 3
3: OTG HS SOF is connected to the TIM2_ITR1 input
Trait Implementations§
impl Copy for ITR1_RMP
impl Eq for ITR1_RMP
impl IsEnum for ITR1_RMP
impl StructuralPartialEq for ITR1_RMP
Auto Trait Implementations§
impl Freeze for ITR1_RMP
impl RefUnwindSafe for ITR1_RMP
impl Send for ITR1_RMP
impl Sync for ITR1_RMP
impl Unpin for ITR1_RMP
impl UnwindSafe for ITR1_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