S32 SDK
ftm_pwm_param_t Struct Reference

FlexTimer driver PWM parameters. More...

#include <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
 
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 130 of file ftm_pwm_driver.h.

Field Documentation

ftm_deadtime_ps_t deadTimePrescaler

Dead time pre-scaler value[ticks]

Definition at line 136 of file ftm_pwm_driver.h.

uint8_t deadTimeValue

Dead time value in [ticks]

Definition at line 135 of file ftm_pwm_driver.h.

const ftm_pwm_fault_param_t* faultConfig

Configuration for PWM fault

Definition at line 140 of file ftm_pwm_driver.h.

FTM mode

Definition at line 134 of file ftm_pwm_driver.h.

uint8_t nNumCombinedPwmChannels

Number of combined PWM channels

Definition at line 133 of file ftm_pwm_driver.h.

uint8_t nNumIndependentPwmChannels

Number of independent PWM channels

Definition at line 132 of file ftm_pwm_driver.h.

const ftm_combined_ch_param_t* pwmCombinedChannelConfig

Configuration for combined PWM channels

Definition at line 139 of file ftm_pwm_driver.h.

const ftm_independent_ch_param_t* pwmIndependentChannelConfig

Configuration for independent PWM channels

Definition at line 138 of file ftm_pwm_driver.h.

uint32_t uFrequencyHZ

PWM period in Hz

Definition at line 137 of file ftm_pwm_driver.h.


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