[][src]Trait esp32_hal::prelude::Periodic

pub trait Periodic { }

Marker trait that indicates that a timer is periodic

Implementors

impl<TIMG: TimerGroup> Periodic for Timer<TIMG, Timer0>[src]

impl<TIMG: TimerGroup> Periodic for Timer<TIMG, Timer1>[src]

impl<TIMG: TimerGroup> Periodic for Timer<TIMG, TimerLact>[src]

Loading content...