#[repr(u8)]pub enum ITR1_RMP_A {
Tim8Trgout,
Ptp,
OtgFsSof,
OtgHsSof,
}
Expand description
Timer Input 4 remap
Value on reset: 0
Variants§
Tim8Trgout
0: TIM8 trigger output is connected to TIM2_ITR1 input
Ptp
1: Ethernet PTP clock is connected to TIM2_ITR1 input
OtgFsSof
2: OTG FS SOF is connected to the TIM2_ITR1 input
OtgHsSof
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 copy 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<ITR1_RMP_A> for ITR1_RMP_A
impl PartialEq<ITR1_RMP_A> for ITR1_RMP_A
source§fn eq(&self, other: &ITR1_RMP_A) -> bool
fn eq(&self, other: &ITR1_RMP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ITR1_RMP_A
impl StructuralPartialEq for ITR1_RMP_A
Auto Trait Implementations§
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