iLLD_TC27xD  1.0
Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  IfxCpu_CoreMode {
  IfxCpu_CoreMode_halt,
  IfxCpu_CoreMode_run,
  IfxCpu_CoreMode_idle,
  IfxCpu_CoreMode_sleep,
  IfxCpu_CoreMode_stby,
  IfxCpu_CoreMode_unknown
}
 Enumeration for the Cpu mode. More...
 
enum  IfxCpu_CounterMode {
  IfxCpu_CounterMode_normal = 0,
  IfxCpu_CounterMode_task = 1
}
 Performance conunter modes. More...
 

Detailed Description

Enumeration Type Documentation

Enumeration for the Cpu mode.

Enumerator
IfxCpu_CoreMode_halt 
IfxCpu_CoreMode_run 
IfxCpu_CoreMode_idle 
IfxCpu_CoreMode_sleep 
IfxCpu_CoreMode_stby 
IfxCpu_CoreMode_unknown 

Definition at line 106 of file IfxCpu.h.

Performance conunter modes.

Enumerator
IfxCpu_CounterMode_normal 

Normal counter mode:the counter increments on their respective triggers.

IfxCpu_CounterMode_task 

Normal counter mode:additional gating control from the debug unit which allows the data gathered in the performance counters to be filtered by some specific criteria.

Definition at line 118 of file IfxCpu.h.