[][src]Module tm4c123x_hal::pwm

PWM abstractions

Structs

EvenPWM

PWM output from the even half (i.e. timer A) of a timer peripheral

OddPWM

PWM output from the odd half (i.e. timer B) of a timer peripheral

Timer

a timer

Traits

EvenPin

Implemented for any pin that can be the Even CCP Pin (i.e. associated with timer A) of a timer peripheral.

OddPin

Implemented for any pin that can be the Odd CCP Pin (i.e. associated with timer B) of a timer peripheral.