#include <em_timer.h>
Data Fields | |
bool | enable |
bool | activeLowOut |
bool | invertComplementaryOut |
bool | autoRestart |
bool | enablePrsSource |
TIMER_PRSSEL_TypeDef | prsSel |
TIMER_Prescale_TypeDef | prescale |
unsigned int | riseTime |
unsigned int | fallTime |
uint32_t | outputsEnableMask |
bool | enableFaultSourceCoreLockup |
bool | enableFaultSourceDebugger |
bool | enableFaultSourcePrsSel0 |
TIMER_PRSSEL_TypeDef | faultSourcePrsSel0 |
bool | enableFaultSourcePrsSel1 |
TIMER_PRSSEL_TypeDef | faultSourcePrsSel1 |
TIMER_DtiFaultAction_TypeDef | faultAction |
TIMER Dead Time Insertion (DTI) initialization structure.
Definition at line 406 of file em_timer.h.
Enable Automatic Start-up functionality (when debugger exits)
Definition at line 418 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable DTI or leave it disabled until TIMER_EnableDTI() is called
Definition at line 409 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable core lockup as a fault source.
Definition at line 443 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable debugger as a fault source.
Definition at line 446 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable PRS fault source 0 (faultSourcePrsSel0
)
Definition at line 449 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable PRS fault source 1 (faultSourcePrsSel1
)
Definition at line 455 of file em_timer.h.
Referenced by TIMER_InitDTI().
Enable/disable PRS as DTI input.
Definition at line 421 of file em_timer.h.
Referenced by TIMER_InitDTI().
unsigned int TIMER_InitDTI_TypeDef::fallTime |
TIMER_DtiFaultAction_TypeDef TIMER_InitDTI_TypeDef::faultAction |
Select which PRS signal to be PRS fault source 0.
Definition at line 452 of file em_timer.h.
Referenced by TIMER_InitDTI().
Select which PRS signal to be PRS fault source 1.
Definition at line 458 of file em_timer.h.
Referenced by TIMER_InitDTI().
DTI Complementary Output Invert
Definition at line 415 of file em_timer.h.
Referenced by TIMER_InitDTI().
DTI outputs enable bit mask, consisting of one bit per DTI output signal, i.e. CC0, CC1, CC2, CDTI0, CDTI1 and CDTI2. This value should consist of one or more TIMER_DTOGEN_DTOGnnnEN flags (defined in <part_name>_timer.h) OR'ed together.
Definition at line 440 of file em_timer.h.
Referenced by TIMER_InitDTI().
DTI prescaling factor, if HFPER clock used.
Definition at line 428 of file em_timer.h.
Referenced by TIMER_InitDTI().
Select which PRS channel as DTI input. Only valid if enablePrsSource
is enabled.
Definition at line 425 of file em_timer.h.
Referenced by TIMER_InitDTI().
unsigned int TIMER_InitDTI_TypeDef::riseTime |