TIMER_InitDTI_TypeDef Struct Reference
[TIMER]

#include <em_timer.h>

Collaboration diagram for TIMER_InitDTI_TypeDef:
Collaboration graph
[legend]

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

Detailed Description

TIMER Dead Time Insertion (DTI) initialization structure.

Definition at line 394 of file em_timer.h.


Field Documentation

DTI Output Polarity

Definition at line 400 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable Automatic Start-up functionality (when debugger exits)

Definition at line 406 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable DTI or leave it disabled until TIMER_EnableDTI() is called

Definition at line 397 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable core lockup as a fault source.

Definition at line 431 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable debugger as a fault source.

Definition at line 434 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable PRS fault source 0 (faultSourcePrsSel0)

Definition at line 437 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable PRS fault source 1 (faultSourcePrsSel1)

Definition at line 443 of file em_timer.h.

Referenced by TIMER_InitDTI().

Enable/disable PRS as DTI input.

Definition at line 409 of file em_timer.h.

Referenced by TIMER_InitDTI().

DTI Fall Time

Definition at line 422 of file em_timer.h.

Referenced by TIMER_InitDTI().

TIMER_DtiFaultAction_TypeDef TIMER_InitDTI_TypeDef::faultAction

Fault Action

Definition at line 449 of file em_timer.h.

Referenced by TIMER_InitDTI().

Select which PRS signal to be PRS fault source 0.

Definition at line 440 of file em_timer.h.

Referenced by TIMER_InitDTI().

Select which PRS signal to be PRS fault source 1.

Definition at line 446 of file em_timer.h.

Referenced by TIMER_InitDTI().

DTI Complementary Output Invert

Definition at line 403 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 428 of file em_timer.h.

Referenced by TIMER_InitDTI().

DTI prescaling factor, if HFPER clock used.

Definition at line 416 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 413 of file em_timer.h.

Referenced by TIMER_InitDTI().

DTI Rise Time

Definition at line 419 of file em_timer.h.

Referenced by TIMER_InitDTI().


The documentation for this struct was generated from the following file: