Struct esp32c2_hal::timer::TimerGroup
source · pub struct TimerGroup<T>where
T: TimerGroupInstance,{
pub timer0: Timer<Timer0<T>>,
pub wdt: Wdt<T>,
}
Fields
timer0: Timer<Timer0<T>>
wdt: Wdt<T>
Implementations
sourceimpl<T> TimerGroup<T>where
T: TimerGroupInstance,
impl<T> TimerGroup<T>where
T: TimerGroupInstance,
pub fn new(_timer_group: T, clocks: &Clocks) -> TimerGroup<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for TimerGroup<T>where
T: RefUnwindSafe,
impl<T> Send for TimerGroup<T>where
T: Send,
impl<T> Sync for TimerGroup<T>where
T: Sync,
impl<T> Unpin for TimerGroup<T>where
T: Unpin,
impl<T> UnwindSafe for TimerGroup<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more