Struct atmega32u4_hal::timer::Timer0Pwm[][src]

pub struct Timer0Pwm { /* fields omitted */ }

PWM Timer

Methods

impl Timer0Pwm
[src]

Initialize this PWM timer

Note: Right now, once a timer is configured for PWM, it can't be used for anything else afterwards.

Auto Trait Implementations

impl Send for Timer0Pwm

impl !Sync for Timer0Pwm