[−][src]Enum stm32f4xx_hal::stm32::adc1::cr2::JEXTSELR
Possible values of the field JEXTSEL
Variants
Timer 1 TRGO event
Timer 1 CC4 event
Timer 2 TRGO event
Timer 2 CC1 event
Timer 3 CC4 event
Timer 4 TRGO event
Timer 8 CC4 event
Timer 1 TRGO(2) event
Timer 8 TRGO event
Timer 8 TRGO(2) event
Timer 3 CC3 event
Timer 5 TRGO event
Timer 3 CC1 event
Timer 6 TRGO event
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 PartialEq<JEXTSELR> for JEXTSELR[src]
impl Debug for JEXTSELR[src]
impl Clone for JEXTSELR[src]
fn clone(&self) -> JEXTSELR[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for JEXTSELR[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> 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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> 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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> 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<T> for T
type Output = T
Should always be Self