iLLD_TC27xD  1.0
ATOM Enumerations
Collaboration diagram for ATOM Enumerations:

Enumerations

enum  IfxGtm_Atom_Ch_OutputTrigger {
  IfxGtm_Atom_Ch_OutputTrigger_forward = 0,
  IfxGtm_Atom_Ch_OutputTrigger_generate = 1
}
 Reset source for channel counter CN0. More...
 
enum  IfxGtm_Atom_Ch_ResetEvent {
  IfxGtm_Atom_Ch_ResetEvent_onCm0 = 0,
  IfxGtm_Atom_Ch_ResetEvent_onTrigger = 1
}
 Reset event for channel counter CN0. More...
 
enum  IfxGtm_Atom_Mode {
  IfxGtm_Atom_Mode_outputImmediate,
  IfxGtm_Atom_Mode_outputCompare,
  IfxGtm_Atom_Mode_outputPwm,
  IfxGtm_Atom_Mode_outputSerial
}
 Enum for ATOM mode. More...
 

Detailed Description

Enumeration Type Documentation

Reset source for channel counter CN0.

Enumerator
IfxGtm_Atom_Ch_OutputTrigger_forward 

Forward the trigger from the previous channel.

IfxGtm_Atom_Ch_OutputTrigger_generate 

Generate the trigger from the current channel.

Definition at line 57 of file IfxGtm_Atom.h.

Reset event for channel counter CN0.

Enumerator
IfxGtm_Atom_Ch_ResetEvent_onCm0 
IfxGtm_Atom_Ch_ResetEvent_onTrigger 

Definition at line 65 of file IfxGtm_Atom.h.

Enum for ATOM mode.

Enumerator
IfxGtm_Atom_Mode_outputImmediate 
IfxGtm_Atom_Mode_outputCompare 
IfxGtm_Atom_Mode_outputPwm 
IfxGtm_Atom_Mode_outputSerial 

Definition at line 73 of file IfxGtm_Atom.h.