[−][src]Enum stm32f4xx_hal::stm32::adc1::cr2::JEXTSELW
Values that can be written to the field JEXTSEL
Variants
TIM1TRGOTimer 1 TRGO event
TIM1CC4Timer 1 CC4 event
TIM2TRGOTimer 2 TRGO event
TIM2CC1Timer 2 CC1 event
TIM3CC4Timer 3 CC4 event
TIM4TRGOTimer 4 TRGO event
TIM8CC4Timer 8 CC4 event
TIM1TRGO2Timer 1 TRGO(2) event
TIM8TRGOTimer 8 TRGO event
TIM8TRGO2Timer 8 TRGO(2) event
TIM3CC3Timer 3 CC3 event
TIM5TRGOTimer 5 TRGO event
TIM3CC1Timer 3 CC1 event
TIM6TRGOTimer 6 TRGO event
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self