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

LED Control peripheral timer

Required Methods§

source

fn timer() -> u32

Object Safety§

This trait is not object safe.

Implementors§