FlexTimer driver PWM parameters. More...
#include <platform/drivers/inc/ftm_oc_driver.h>
Data Fields | |
uint8_t | hwChannelId |
ftm_output_compare_mode_t | chMode |
uint16_t | comparedValue |
bool | enableExternalTrigger |
FlexTimer driver PWM parameters.
Implements : ftm_output_cmp_ch_param_t_Class
Definition at line 68 of file ftm_oc_driver.h.
ftm_output_compare_mode_t chMode |
Channel output mode
Definition at line 71 of file ftm_oc_driver.h.
uint16_t comparedValue |
The compared value
Definition at line 72 of file ftm_oc_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 73 of file ftm_oc_driver.h.
uint8_t hwChannelId |
Physical hardware channel ID
Definition at line 70 of file ftm_oc_driver.h.