S32 SDK
ftm_output_cmp_ch_param_t Struct Reference

FlexTimer driver PWM parameters. More...

#include <ftm_driver.h>

Data Fields

uint8_t hwChannelId
 
ftm_output_compare_mode_t chMode
 
uint16_t comparedValue
 
bool enableExternalTrigger
 

Detailed Description

FlexTimer driver PWM parameters.

Implements : ftm_output_cmp_ch_param_t_Class

Definition at line 360 of file ftm_driver.h.

Field Documentation

Channel output mode

Definition at line 363 of file ftm_driver.h.

uint16_t comparedValue

The compared value

Definition at line 364 of file ftm_driver.h.

bool enableExternalTrigger

true: enable the generation of a trigger is used for on-chip modules false: disable the generation of a trigger

Definition at line 365 of file ftm_driver.h.

uint8_t hwChannelId

Physical hardware channel ID

Definition at line 362 of file ftm_driver.h.


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