PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
pwm_config_t Struct Reference

Defines the parameters for specific PWM configuration.

Public Attributes

duty_limits_t lim
 Defines the duty cycle limits for the specified channels.
 
duty_mode_t dutyMode
 Controls the duty cycle computation mode. This parameter is used only when the dead time is enabled.
 
tim_in_trigger_config_tslaveOpts
 Defines the options for slave operation for the PWM.
 
tim_out_trigger_config_tmasterOpts
 Defines the options for master operation for the PWM.
 

Member Data Documentation

◆ masterOpts

tim_out_trigger_config_t* pwm_config_t::masterOpts
Note
Keep in mind that some options may only be available for specific PWM channels only. For details view the relevant source definitions

◆ slaveOpts

tim_in_trigger_config_t* pwm_config_t::slaveOpts
Note
Keep in mind that some options may only be available for specific PWM channels only. For details view the relevant source definitions