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

LED Control peripheral output channel

Required Methods§

source

fn channel() -> u32

Object Safety§

This trait is not object safe.

Implementors§