Trait esp_idf_hal::ledc::LedcTimer

source ·
pub trait LedcTimer {
    type SpeedMode: SpeedMode;

    // Required method
    fn timer() -> ledc_timer_t;
}
Expand description

LED Control peripheral timer

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§