☰
Periodic
Periodic
Implementors
In embedded_hal::timer
Traits
Cancel
CountDown
Periodic
?
Trait
embedded_hal
::
timer
::
Periodic
source
·
[
−
]
pub trait Periodic { }
Expand description
Marker trait that indicates that a timer is periodic
Implementors
impl
Periodic
for
Rtc
<
Count32Mode
>
impl<TC>
Periodic
for
TimerCounter
<TC>