Module tm4c123x_hal::pwm

source ·
Expand description

PWM abstractions

Structs

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

Traits

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