![]() |
S32 SDK
|
FlexTimer Registers sync parameters Please don't use software and hardware trigger simultaneously Implements : ftm_pwm_sync_t_Class. More...
#include <ftm_common.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 137 of file ftm_common.h.
bool autoClearTrigger |
Available only for hardware trigger
Definition at line 155 of file ftm_common.h.
bool hardwareSync0 |
True - enable hardware 0 sync, False - disable hardware 0 sync
Definition at line 141 of file ftm_common.h.
bool hardwareSync1 |
True - enable hardware 1 sync, False - disable hardware 1 sync
Definition at line 143 of file ftm_common.h.
bool hardwareSync2 |
True - enable hardware 2 sync, False - disable hardware 2 sync
Definition at line 145 of file ftm_common.h.
ftm_reg_update_t initCounterSync |
Configures CNTIN sync
Definition at line 154 of file ftm_common.h.
ftm_reg_update_t inverterSync |
Configures INVCTRL sync
Definition at line 151 of file ftm_common.h.
ftm_reg_update_t maskRegSync |
Configures OUTMASK sync
Definition at line 153 of file ftm_common.h.
bool maxLoadingPoint |
True - enable maximum loading point, False - disable maximum loading point
Definition at line 147 of file ftm_common.h.
bool minLoadingPoint |
True - enable minimum loading point, False - disable minimum loading point
Definition at line 149 of file ftm_common.h.
ftm_reg_update_t outRegSync |
Configures SWOCTRL sync
Definition at line 152 of file ftm_common.h.
bool softwareSync |
True - enable software sync, False - disable software sync
Definition at line 139 of file ftm_common.h.
ftm_pwm_sync_mode_t syncPoint |
Configure synchronization method (waiting next loading point or immediate)
Definition at line 156 of file ftm_common.h.