[][src]Struct stm32l1xx_hal::qei::Qei

pub struct Qei<TIM, PINS> { /* fields omitted */ }

Methods

impl<PINS> Qei<TIM2, PINS> where
    PINS: Pins<TIM2>, 
[src]

pub fn release(self) -> (TIM2, PINS)[src]

impl<PINS> Qei<TIM3, PINS> where
    PINS: Pins<TIM3>, 
[src]

pub fn release(self) -> (TIM3, PINS)[src]

impl<PINS> Qei<TIM4, PINS> where
    PINS: Pins<TIM4>, 
[src]

pub fn release(self) -> (TIM4, PINS)[src]

impl<PINS> Qei<TIM5, PINS> where
    PINS: Pins<TIM5>, 
[src]

pub fn release(self) -> (TIM5, PINS)[src]

Trait Implementations

impl<PINS> Qei for Qei<TIM2, PINS>[src]

type Count = u16

The type of the value returned by count

impl<PINS> Qei for Qei<TIM3, PINS>[src]

type Count = u16

The type of the value returned by count

impl<PINS> Qei for Qei<TIM4, PINS>[src]

type Count = u16

The type of the value returned by count

impl<PINS> Qei for Qei<TIM5, PINS>[src]

type Count = u16

The type of the value returned by count

Auto Trait Implementations

impl<TIM, PINS> Unpin for Qei<TIM, PINS> where
    PINS: Unpin,
    TIM: Unpin

impl<TIM, PINS> Send for Qei<TIM, PINS> where
    PINS: Send,
    TIM: Send

impl<TIM, PINS> Sync for Qei<TIM, PINS> where
    PINS: Sync,
    TIM: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]