pub trait LedcTimer {
    // Required method
    fn timer() -> ledc_timer_t;
}
Expand description

LED Control peripheral timer

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§