Struct esp32s3_hal::timer::TimerGroup
source · pub struct TimerGroup<T>where
T: TimerGroupInstance,{
pub timer0: Timer<Timer0<T>>,
pub timer1: Timer<Timer1<T>>,
pub wdt: Wdt<T>,
}
Fields§
§timer0: Timer<Timer0<T>>
§timer1: Timer<Timer1<T>>
§wdt: Wdt<T>