[−][src]Enum stm32f4xx_hal::stm32::adc1::cr2::JEXTSELR
Possible values of 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
_Reserved(u8)Reserved
Methods
impl JEXTSELR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_tim1trgo(&self) -> bool[src]
Checks if the value of the field is TIM1TRGO
pub fn is_tim1cc4(&self) -> bool[src]
Checks if the value of the field is TIM1CC4
pub fn is_tim2trgo(&self) -> bool[src]
Checks if the value of the field is TIM2TRGO
pub fn is_tim2cc1(&self) -> bool[src]
Checks if the value of the field is TIM2CC1
pub fn is_tim3cc4(&self) -> bool[src]
Checks if the value of the field is TIM3CC4
pub fn is_tim4trgo(&self) -> bool[src]
Checks if the value of the field is TIM4TRGO
pub fn is_tim8cc4(&self) -> bool[src]
Checks if the value of the field is TIM8CC4
pub fn is_tim1trgo2(&self) -> bool[src]
Checks if the value of the field is TIM1TRGO2
pub fn is_tim8trgo(&self) -> bool[src]
Checks if the value of the field is TIM8TRGO
pub fn is_tim8trgo2(&self) -> bool[src]
Checks if the value of the field is TIM8TRGO2
pub fn is_tim3cc3(&self) -> bool[src]
Checks if the value of the field is TIM3CC3
pub fn is_tim5trgo(&self) -> bool[src]
Checks if the value of the field is TIM5TRGO
pub fn is_tim3cc1(&self) -> bool[src]
Checks if the value of the field is TIM3CC1
pub fn is_tim6trgo(&self) -> bool[src]
Checks if the value of the field is TIM6TRGO
Trait Implementations
impl Clone for JEXTSELR[src]
fn clone(&self) -> JEXTSELR[src]
default fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for JEXTSELR[src]
impl Debug for JEXTSELR[src]
impl PartialEq<JEXTSELR> for JEXTSELR[src]
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