esp_idf_hal::ledc

Trait LedcChannel

Source
pub trait LedcChannel {
    type SpeedMode: SpeedMode;

    // Required method
    fn channel() -> ledc_channel_t;
}
Expand description

LED Control peripheral output channel

Required Associated Types§

Required Methods§

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§