FlexTimer driver PWM parameters. More...

#include <platform/drivers/inc/ftm_pwm_driver.h>

Data Fields

uint8_t nNumIndependentPwmChannels
 
uint8_t nNumCombinedPwmChannels
 
ftm_config_mode_t mode
 
uint8_t deadTimeValue
 
ftm_deadtime_ps_t deadTimePrescaler
 
uint32_t uFrequencyHZ
 
ftm_independent_ch_param_tpwmIndependentChannelConfig
 
ftm_combined_ch_param_tpwmCombinedChannelConfig
 
ftm_pwm_fault_param_tfaultConfig
 

Detailed Description

FlexTimer driver PWM parameters.

Implements : ftm_pwm_param_t_Class

Definition at line 190 of file ftm_pwm_driver.h.

Field Documentation

ftm_deadtime_ps_t deadTimePrescaler

Dead time pre-scaler value[ticks]

Definition at line 196 of file ftm_pwm_driver.h.

uint8_t deadTimeValue

Dead time value in [ticks]

Definition at line 195 of file ftm_pwm_driver.h.

ftm_pwm_fault_param_t* faultConfig

Configuration for PWM fault

Definition at line 200 of file ftm_pwm_driver.h.

FTM mode

Definition at line 194 of file ftm_pwm_driver.h.

uint8_t nNumCombinedPwmChannels

Number of combined PWM channels

Definition at line 193 of file ftm_pwm_driver.h.

uint8_t nNumIndependentPwmChannels

Number of independent PWM channels

Definition at line 192 of file ftm_pwm_driver.h.

ftm_combined_ch_param_t* pwmCombinedChannelConfig

Configuration for combined PWM channels

Definition at line 199 of file ftm_pwm_driver.h.

ftm_independent_ch_param_t* pwmIndependentChannelConfig

Configuration for independent PWM channels

Definition at line 198 of file ftm_pwm_driver.h.

uint32_t uFrequencyHZ

PWM period in Hz

Definition at line 197 of file ftm_pwm_driver.h.


The documentation for this struct was generated from the following file: