Struct stm32f1xx_hal::timer::Timer[][src]

pub struct Timer<TIM> { /* fields omitted */ }

Implementations

Initialize timer

Starts timer in count down mode at a given frequency

Starts timer in count down mode at a given frequency and additionally configures the timers master mode

Starts the timer in count down mode with user-defined prescaler and auto-reload register

Resets timer peripheral

Stopping timer in debug mode can cause troubles when sampling the signal

Releases the TIM Peripheral

Initialize timer

Starts timer in count down mode at a given frequency

Starts timer in count down mode at a given frequency and additionally configures the timers master mode

Starts the timer in count down mode with user-defined prescaler and auto-reload register

Resets timer peripheral

Stopping timer in debug mode can cause troubles when sampling the signal

Releases the TIM Peripheral

Initialize timer

Starts timer in count down mode at a given frequency

Starts timer in count down mode at a given frequency and additionally configures the timers master mode

Starts the timer in count down mode with user-defined prescaler and auto-reload register

Resets timer peripheral

Stopping timer in debug mode can cause troubles when sampling the signal

Releases the TIM Peripheral

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.