FlexTimer Registers sync parameters Please don't use software and hardware trigger simultaneously Implements : ftm_pwm_sync_t_Class. More...
#include <platform/drivers/inc/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 408 of file ftm_common.h.
bool autoClearTrigger |
Available only for hardware trigger
Definition at line 426 of file ftm_common.h.
bool hardwareSync0 |
True - enable hardware 0 sync, False - disable hardware 0 sync
Definition at line 412 of file ftm_common.h.
bool hardwareSync1 |
True - enable hardware 1 sync, False - disable hardware 1 sync
Definition at line 414 of file ftm_common.h.
bool hardwareSync2 |
True - enable hardware 2 sync, False - disable hardware 2 sync
Definition at line 416 of file ftm_common.h.
ftm_reg_update_t initCounterSync |
Configures CNTIN sync
Definition at line 425 of file ftm_common.h.
ftm_reg_update_t inverterSync |
Configures INVCTRL sync
Definition at line 422 of file ftm_common.h.
ftm_reg_update_t maskRegSync |
Configures OUTMASK sync
Definition at line 424 of file ftm_common.h.
bool maxLoadingPoint |
True - enable maximum loading point, False - disable maximum loading point
Definition at line 418 of file ftm_common.h.
bool minLoadingPoint |
True - enable minimum loading point, False - disable minimum loading point
Definition at line 420 of file ftm_common.h.
ftm_reg_update_t outRegSync |
Configures SWOCTRL sync
Definition at line 423 of file ftm_common.h.
bool softwareSync |
True - enable software sync, False - disable software sync
Definition at line 410 of file ftm_common.h.
ftm_pwm_sync_mode_t syncPoint |
Configure synchronization method (waiting next loading point or immediate)
Definition at line 427 of file ftm_common.h.