VSF Documented
Data Fields
vsf_pwm_cfg_t Struct Reference

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 
 
};  
 

Detailed Description

PWM configuration structure. Used to configure the PWM generator's frequency settings.

Field Documentation

◆ freq

uint32_t vsf_pwm_cfg_t::freq

The PWM clock frequency in Hz. Determines the base time period for the PWM generator.

◆ min_freq

uint32_t vsf_pwm_cfg_t::min_freq

The minimum allowed PWM clock frequency in Hz. Used when configuring adaptive frequency ranges.

◆ [union]

union { ... } vsf_pwm_cfg_t

◆ [union]

union { ... } vsf_pwm_cfg_t
Generated from commit: vsfteam/vsf@2b286be