Trait esp32_hal::ledc::timer::TimerSpeed   
source · pub trait TimerSpeed: Speed {
    type ClockSourceType;
}Expand description
Trait defining the type of timer source
Required Associated Types§
Implementors§
source§impl TimerSpeed for HighSpeed
 
impl TimerSpeed for HighSpeed
Timer source type for HighSpeed timers
type ClockSourceType = HSClockSource
source§impl TimerSpeed for LowSpeed
 
impl TimerSpeed for LowSpeed
Timer source type for LowSpeed timers