Struct nucleo_h7xx::timer::CountDownTimer[][src]

pub struct CountDownTimer<TIMX> { /* fields omitted */ }

Implementations

impl<TIMX> CountDownTimer<TIMX>[src]

pub fn new(timer: Timer<TIMX>) -> Self[src]

Trait Implementations

impl CountDown for CountDownTimer<TIM1>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM8>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM14>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM15>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM16>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM17>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM2>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM3>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM4>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM5>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM6>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM7>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM12>[src]

type Time = Duration

The unit of time used by this timer

impl CountDown for CountDownTimer<TIM13>[src]

type Time = Duration

The unit of time used by this timer

impl Periodic for CountDownTimer<TIM1>[src]

impl Periodic for CountDownTimer<TIM8>[src]

impl Periodic for CountDownTimer<TIM14>[src]

impl Periodic for CountDownTimer<TIM15>[src]

impl Periodic for CountDownTimer<TIM16>[src]

impl Periodic for CountDownTimer<TIM17>[src]

impl Periodic for CountDownTimer<TIM2>[src]

impl Periodic for CountDownTimer<TIM3>[src]

impl Periodic for CountDownTimer<TIM4>[src]

impl Periodic for CountDownTimer<TIM5>[src]

impl Periodic for CountDownTimer<TIM6>[src]

impl Periodic for CountDownTimer<TIM7>[src]

impl Periodic for CountDownTimer<TIM12>[src]

impl Periodic for CountDownTimer<TIM13>[src]

Auto Trait Implementations

impl<TIMX> Send for CountDownTimer<TIMX> where
    TIMX: Send

impl<TIMX> Sync for CountDownTimer<TIMX> where
    TIMX: Sync

impl<TIMX> Unpin for CountDownTimer<TIMX> where
    TIMX: Unpin

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.