iLLD_TC27xC  1.0
TOM Enumerations
Collaboration diagram for TOM Enumerations:

Enumerations

enum  IfxGtm_Tom_Ch_ClkSrc {
  IfxGtm_Tom_Ch_ClkSrc_cmuFxclk0 = 0,
  IfxGtm_Tom_Ch_ClkSrc_cmuFxclk1 = 1,
  IfxGtm_Tom_Ch_ClkSrc_cmuFxclk2 = 2,
  IfxGtm_Tom_Ch_ClkSrc_cmuFxclk3 = 3,
  IfxGtm_Tom_Ch_ClkSrc_cmuFxclk4 = 4,
  IfxGtm_Tom_Ch_ClkSrc_noClock = 5
}
 Clock source for the TOM channels. More...
 
enum  IfxGtm_Tom_Ch_OutputTrigger {
  IfxGtm_Tom_Ch_OutputTrigger_forward = 0,
  IfxGtm_Tom_Ch_OutputTrigger_generate = 1
}
 Reset source for channel counter CN0. More...
 
enum  IfxGtm_Tom_Ch_ResetEvent {
  IfxGtm_Tom_Ch_ResetEvent_onCm0 = 0,
  IfxGtm_Tom_Ch_ResetEvent_onTrigger = 1
}
 Reset event for channel counter CN0. More...
 

Detailed Description

Enumeration Type Documentation

Clock source for the TOM channels.

Enumerator
IfxGtm_Tom_Ch_ClkSrc_cmuFxclk0 

div 1

IfxGtm_Tom_Ch_ClkSrc_cmuFxclk1 

div 16

IfxGtm_Tom_Ch_ClkSrc_cmuFxclk2 

div 256

IfxGtm_Tom_Ch_ClkSrc_cmuFxclk3 

div 4096

IfxGtm_Tom_Ch_ClkSrc_cmuFxclk4 

div 32768

IfxGtm_Tom_Ch_ClkSrc_noClock 

no clock

Definition at line 56 of file IfxGtm_Tom.h.

Reset source for channel counter CN0.

Enumerator
IfxGtm_Tom_Ch_OutputTrigger_forward 

Forward the trigger from the previous channel.

IfxGtm_Tom_Ch_OutputTrigger_generate 

Generate the trigger from the current channel.

Definition at line 68 of file IfxGtm_Tom.h.

Reset event for channel counter CN0.

Enumerator
IfxGtm_Tom_Ch_ResetEvent_onCm0 
IfxGtm_Tom_Ch_ResetEvent_onTrigger 

Definition at line 76 of file IfxGtm_Tom.h.