Struct esp32c3_hal::timer::TimerGroup
source · pub struct TimerGroup<'d, T>where
T: TimerGroupInstance,{
pub timer0: Timer<Timer0<T>>,
pub wdt: Wdt<T>,
/* private fields */
}
Fields§
§timer0: Timer<Timer0<T>>
§wdt: Wdt<T>