Struct stm32f103xx_hal::qei::Qei[][src]

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

Methods

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

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

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

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

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

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

Trait Implementations

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

The type of the value returned by count

Returns the current pulse count of the encoder

Returns the count direction

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

The type of the value returned by count

Returns the current pulse count of the encoder

Returns the count direction

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

The type of the value returned by count

Returns the current pulse count of the encoder

Returns the count direction

Auto Trait Implementations

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