Trait TimeBase

Source
pub trait TimeBase: Sealed { }
Expand description

A timer or collection on timers that can be passed to init.

Implementations on Foreign Types§

Source§

impl TimeBase for &'static mut [OneShotTimer<'static, Blocking>]

Source§

impl TimeBase for AnyTimer<'static>

Source§

impl TimeBase for OneShotTimer<'static, Blocking>

Source§

impl TimeBase for Timer<'static>

Source§

impl TimeBase for [AnyTimer<'static>; 1]

Source§

impl TimeBase for [AnyTimer<'static>; 2]

Source§

impl TimeBase for [AnyTimer<'static>; 3]

Source§

impl TimeBase for [AnyTimer<'static>; 4]

Source§

impl TimeBase for [OneShotTimer<'static, Blocking>; 1]

Source§

impl TimeBase for [OneShotTimer<'static, Blocking>; 2]

Source§

impl TimeBase for [OneShotTimer<'static, Blocking>; 3]

Source§

impl TimeBase for [OneShotTimer<'static, Blocking>; 4]

Source§

impl TimeBase for [TimgTimer<'static>; 1]

Source§

impl TimeBase for [TimgTimer<'static>; 2]

Source§

impl TimeBase for [TimgTimer<'static>; 3]

Source§

impl TimeBase for [TimgTimer<'static>; 4]

Source§

impl<const N: usize> TimeBase for &'static mut [OneShotTimer<'static, Blocking>; N]

Implementors§