#[repr(u8)]pub enum ITR1_RMP_A {
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§
Source§impl Clone for ITR1_RMP_A
impl Clone for ITR1_RMP_A
Source§fn clone(&self) -> ITR1_RMP_A
fn clone(&self) -> ITR1_RMP_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ITR1_RMP_A
impl Debug for ITR1_RMP_A
Source§impl PartialEq for ITR1_RMP_A
impl PartialEq for ITR1_RMP_A
impl Copy for ITR1_RMP_A
impl StructuralPartialEq for ITR1_RMP_A
Auto Trait Implementations§
impl Freeze for ITR1_RMP_A
impl RefUnwindSafe for ITR1_RMP_A
impl Send for ITR1_RMP_A
impl Sync for ITR1_RMP_A
impl Unpin for ITR1_RMP_A
impl UnwindSafe for ITR1_RMP_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