Type Alias LEDC

Source
pub type LEDC = Periph<RegisterBlock, 0x6001_9000>;
Expand description

LED Control PWM (Pulse Width Modulation)

Aliased Type§

pub struct LEDC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for LEDC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more