S32 SDK
ftm_pwm_param_t Struct Reference

FlexTimer driver PWM parameters. More...

#include <ftm_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
 
const ftm_independent_ch_param_tpwmIndependentChannelConfig
 
const ftm_combined_ch_param_tpwmCombinedChannelConfig
 
const ftm_pwm_fault_param_tfaultConfig
 

Detailed Description

FlexTimer driver PWM parameters.

Implements : ftm_pwm_param_t_Class

Definition at line 299 of file ftm_driver.h.

Field Documentation

ftm_deadtime_ps_t deadTimePrescaler

Dead time pre-scaler value[ticks]

Definition at line 305 of file ftm_driver.h.

uint8_t deadTimeValue

Dead time value in [ticks]

Definition at line 304 of file ftm_driver.h.

const ftm_pwm_fault_param_t* faultConfig

Configuration for PWM fault

Definition at line 309 of file ftm_driver.h.

FTM mode

Definition at line 303 of file ftm_driver.h.

uint8_t nNumCombinedPwmChannels

Number of combined PWM channels

Definition at line 302 of file ftm_driver.h.

uint8_t nNumIndependentPwmChannels

Number of independent PWM channels

Definition at line 301 of file ftm_driver.h.

const ftm_combined_ch_param_t* pwmCombinedChannelConfig

Configuration for combined PWM channels

Definition at line 308 of file ftm_driver.h.

const ftm_independent_ch_param_t* pwmIndependentChannelConfig

Configuration for independent PWM channels

Definition at line 307 of file ftm_driver.h.

uint32_t uFrequencyHZ

PWM period in Hz

Definition at line 306 of file ftm_driver.h.


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