Skip to main content

LedcTimer

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".

Implementors§