esp_idf_svc::hal::ledc

Trait LedcChannel

Source
pub trait LedcChannel {
    type SpeedMode: SpeedMode;

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

LED Control peripheral output channel

Required Associated Types§

Required Methods§

Source

fn channel() -> 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§