esp_idf_svc::hal::ledc

Trait LedcTimer

Source
pub trait LedcTimer {
    type SpeedMode: SpeedMode;

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

LED Control peripheral timer

Required Associated Types§

Required Methods§

Source

fn timer() -> u32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§