4.35. PWM

4.35.1. Module Files

4.35.1.1. Driver

  • src/app/driver/pwm/pwm.c

  • src/app/driver/pwm/pwm.h

4.35.1.2. Configuration

none

4.35.1.3. Unit Test

  • tests/unit/app/driver/test_pwm.c

4.35.2. Description

The PWM module uses the enhanced PWM module in the MCU in order to generate a PWM clock. Currently, only the PWM channel 1A is used and controlled. For usage details, please refer to the doxygen documentation of this module.