Struct atmega32u4_hal::timer::Timer3Pwm[][src]

pub struct Timer3Pwm { /* fields omitted */ }

PWM Timer

Methods

impl Timer3Pwm
[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 Timer3Pwm

impl !Sync for Timer3Pwm