[][src]Struct nucleo_f042k6::timers::Timer

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

Hardware timers

Methods

impl Timer<SYST>
[src]

pub fn syst<T>(syst: SYST, timeout: T, rcc: &Rcc) -> Timer<SYST> where
    T: Into<Hertz>, 
[src]

Configures the SYST clock as a periodic count down timer

pub fn listen(&mut self, event: &Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: &Event)
[src]

Stops listening for an event

impl Timer<TIM1>
[src]

pub fn tim1<T>(tim: TIM1, timeout: T, rcc: &mut Rcc) -> Timer<TIM1> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

pub fn release(self) -> TIM1
[src]

Releases the TIM peripheral

impl Timer<TIM3>
[src]

pub fn tim3<T>(tim: TIM3, timeout: T, rcc: &mut Rcc) -> Timer<TIM3> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

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

Releases the TIM peripheral

impl Timer<TIM14>
[src]

pub fn tim14<T>(tim: TIM14, timeout: T, rcc: &mut Rcc) -> Timer<TIM14> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

pub fn release(self) -> TIM14
[src]

Releases the TIM peripheral

impl Timer<TIM16>
[src]

pub fn tim16<T>(tim: TIM16, timeout: T, rcc: &mut Rcc) -> Timer<TIM16> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

pub fn release(self) -> TIM16
[src]

Releases the TIM peripheral

impl Timer<TIM17>
[src]

pub fn tim17<T>(tim: TIM17, timeout: T, rcc: &mut Rcc) -> Timer<TIM17> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

pub fn release(self) -> TIM17
[src]

Releases the TIM peripheral

impl Timer<TIM2>
[src]

pub fn tim2<T>(tim: TIM2, timeout: T, rcc: &mut Rcc) -> Timer<TIM2> where
    T: Into<Hertz>, 
[src]

Configures a TIM peripheral as a periodic count down timer

pub fn listen(&mut self, event: Event)
[src]

Starts listening for an event

pub fn unlisten(&mut self, event: Event)
[src]

Stops listening for an event

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

Releases the TIM peripheral

Trait Implementations

impl CountDown for Timer<TIM16>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<TIM17>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<SYST>
[src]

Use the systick as a timer

Be aware that intervals less than 4 Hertz may not function properly

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<TIM3>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<TIM14>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<TIM2>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl CountDown for Timer<TIM1>
[src]

type Time = Hertz

The unit of time used by this timer

fn start<T>(&mut self, timeout: T) where
    T: Into<Hertz>, 
[src]

Start the timer with a timeout

fn wait(&mut self) -> Result<(), Error<Void>>
[src]

Return Ok if the timer has wrapped Automatically clears the flag and restarts the time

impl Periodic for Timer<TIM14>
[src]

impl Periodic for Timer<SYST>
[src]

impl Periodic for Timer<TIM16>
[src]

impl Periodic for Timer<TIM2>
[src]

impl Periodic for Timer<TIM1>
[src]

impl Periodic for Timer<TIM3>
[src]

impl Periodic for Timer<TIM17>
[src]

Auto Trait Implementations

impl<TIM> Send for Timer<TIM> where
    TIM: Send

impl<TIM> Sync for Timer<TIM> where
    TIM: Sync

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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