![]() |
S32 SDK
|
FlexTimer Registers sync parameters Please don't use software and hardware trigger simultaneously Implements : ftm_pwm_sync_t_Class. More...
#include <ftm_driver.h>
Data Fields | |
bool | softwareSync |
bool | hardwareSync0 |
bool | hardwareSync1 |
bool | hardwareSync2 |
bool | maxLoadingPoint |
bool | minLoadingPoint |
ftm_reg_update_t | inverterSync |
ftm_reg_update_t | outRegSync |
ftm_reg_update_t | maskRegSync |
ftm_reg_update_t | initCounterSync |
bool | autoClearTrigger |
ftm_pwm_sync_mode_t | syncPoint |
FlexTimer Registers sync parameters Please don't use software and hardware trigger simultaneously Implements : ftm_pwm_sync_t_Class.
Definition at line 172 of file ftm_driver.h.
bool autoClearTrigger |
Available only for hardware trigger
Definition at line 190 of file ftm_driver.h.
bool hardwareSync0 |
True - enable hardware 0 sync, False - disable hardware 0 sync
Definition at line 176 of file ftm_driver.h.
bool hardwareSync1 |
True - enable hardware 1 sync, False - disable hardware 1 sync
Definition at line 178 of file ftm_driver.h.
bool hardwareSync2 |
True - enable hardware 2 sync, False - disable hardware 2 sync
Definition at line 180 of file ftm_driver.h.
ftm_reg_update_t initCounterSync |
Configures CNTIN sync
Definition at line 189 of file ftm_driver.h.
ftm_reg_update_t inverterSync |
Configures INVCTRL sync
Definition at line 186 of file ftm_driver.h.
ftm_reg_update_t maskRegSync |
Configures OUTMASK sync
Definition at line 188 of file ftm_driver.h.
bool maxLoadingPoint |
True - enable maximum loading point, False - disable maximum loading point
Definition at line 182 of file ftm_driver.h.
bool minLoadingPoint |
True - enable minimum loading point, False - disable minimum loading point
Definition at line 184 of file ftm_driver.h.
ftm_reg_update_t outRegSync |
Configures SWOCTRL sync
Definition at line 187 of file ftm_driver.h.
bool softwareSync |
True - enable software sync, False - disable software sync
Definition at line 174 of file ftm_driver.h.
ftm_pwm_sync_mode_t syncPoint |
Configure synchronization method (waiting next loading point or immediate)
Definition at line 191 of file ftm_driver.h.