Enum stm32f0x0_hal::timer::Event[][src]

pub enum Event {
    TimeOut,
}

Interrupt events

Variants

Timer timed out / count down ended

Auto Trait Implementations

impl Send for Event

impl Sync for Event