VSF Documented
|
PWM configuration structure. Used to configure the PWM generator's frequency settings. More...
#include <vsf_template_pwm.h>
Data Fields | ||
union { | ||
uint32_t freq | ||
The PWM clock frequency in Hz. Determines the base time period for the PWM generator. More... | ||
uint32_t min_freq | ||
The minimum allowed PWM clock frequency in Hz. Used when configuring adaptive frequency ranges. More... | ||
}; | ||
union { | ||
uint32_t freq | ||
uint32_t min_freq | ||
}; | ||
PWM configuration structure. Used to configure the PWM generator's frequency settings.
uint32_t vsf_pwm_cfg_t::freq |
The PWM clock frequency in Hz. Determines the base time period for the PWM generator.
uint32_t vsf_pwm_cfg_t::min_freq |
The minimum allowed PWM clock frequency in Hz. Used when configuring adaptive frequency ranges.
union { ... } vsf_pwm_cfg_t |
union { ... } vsf_pwm_cfg_t |