PWM handle structure linking timer and channel. More...
#include <pwm.h>
Public Attributes | |
hal_timer_t | timer |
uint32_t | channel |
PWM handle structure linking timer and channel.
uint32_t PWM_Handle::channel |
PWM channel number associated with the timer.
hal_timer_t PWM_Handle::timer |
Hardware timer used for PWM generation.