iLLD_TC27xD  1.0
Debug Path Functions
Collaboration diagram for Debug Path Functions:

Functions

IFX_INLINE IfxCif_State IfxCif_getDpEnableState (void)
 Function to query the debug path enabled state. More...
 
IFX_INLINE IfxCif_DpSourcePath IfxCif_getDpSourcePath (void)
 Function to query the selected debug path source path. More...
 
IFX_INLINE void IfxCif_setDpEnableState (IfxCif_State enableState)
 Function to enable or disable the debug path. More...
 
IFX_INLINE void IfxCif_setDpSourcePath (IfxCif_DpSourcePath sourcePath)
 Function to select one debug path source path. More...
 
IFX_EXTERN void IfxCif_dpResetCounter (IfxCif_DpCounters counter)
 Function to reset one debug path counter. More...
 
IFX_EXTERN IfxCif_State IfxCif_getDpControlEnableState (IfxCif_DpControlSources source)
 Function to query the transmission enabled state of one debug path control source. More...
 
IFX_EXTERN uint32 IfxCif_getDpCounter (IfxCif_DpCounters counter)
 Function to query the current counter value of one debug path counter. More...
 
IFX_EXTERN uint16 IfxCif_getDpUserDefinedSymbol (uint8 x)
 Function to query the value of one user defined debug symbol. More...
 
IFX_EXTERN void IfxCif_setDpControlEnableState (IfxCif_DpControlSources source, IfxCif_State enableState)
 Function to enable or disable transmission of one debug path control source. More...
 
IFX_EXTERN void IfxCif_setDpCounter (IfxCif_DpCounters counter, uint32 counterValue)
 Function to set one debug path counter to a counter value. More...
 
IFX_EXTERN void IfxCif_setDpUserDefinedSymbol (uint8 x, uint16 value)
 Function to set one user defined debug symbol. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCif_dpResetCounter ( IfxCif_DpCounters  counter)

Function to reset one debug path counter.

Parameters
counterDebug path counter to reset
Returns
None

Definition at line 275 of file IfxCif.c.

IFX_EXTERN IfxCif_State IfxCif_getDpControlEnableState ( IfxCif_DpControlSources  source)

Function to query the transmission enabled state of one debug path control source.

Parameters
sourceSource for which to query the transmission enabled state
Returns
IfxCif_State_Enabled if transmission is enabled, IfxCif_State_Disabled if transmission is disabled

Definition at line 374 of file IfxCif.c.

IFX_EXTERN uint32 IfxCif_getDpCounter ( IfxCif_DpCounters  counter)

Function to query the current counter value of one debug path counter.

Parameters
counterCounter for which to query the value
Returns
Current counter value

Definition at line 431 of file IfxCif.c.

IFX_INLINE IfxCif_State IfxCif_getDpEnableState ( void  )

Function to query the debug path enabled state.

Returns
IfxCif_State_Enabled if the debug path is enabled, IfxCif_State_Disabled if the debug path is disabled

Definition at line 2435 of file IfxCif.h.

IFX_INLINE IfxCif_DpSourcePath IfxCif_getDpSourcePath ( void  )

Function to query the selected debug path source path.

Returns
Currently selected debug path source path (one member of IfxCif_DpSourcePath)

Definition at line 2441 of file IfxCif.h.

IFX_EXTERN uint16 IfxCif_getDpUserDefinedSymbol ( uint8  x)

Function to query the value of one user defined debug symbol.

Parameters
xUser defined symbol to query
Returns
Value of the user defined debug symbol

Definition at line 460 of file IfxCif.c.

IFX_EXTERN void IfxCif_setDpControlEnableState ( IfxCif_DpControlSources  source,
IfxCif_State  enableState 
)

Function to enable or disable transmission of one debug path control source.

Parameters
sourceSource for which to enable or disable transmission
enableStateIfxCif_State_Enabled to enable transmission, IfxCif_State_Disabled to disable transmission
Returns
None

Definition at line 2701 of file IfxCif.c.

IFX_EXTERN void IfxCif_setDpCounter ( IfxCif_DpCounters  counter,
uint32  counterValue 
)

Function to set one debug path counter to a counter value.

Parameters
counterCounter to set
counterValueCounter value to set
Returns
None

Definition at line 2754 of file IfxCif.c.

IFX_INLINE void IfxCif_setDpEnableState ( IfxCif_State  enableState)

Function to enable or disable the debug path.

Parameters
enableStateIfxCif_State_Enabled to enable the debug path, IfxCif_State_Disabled to disable the debug path
Returns
None

Definition at line 2745 of file IfxCif.h.

IFX_INLINE void IfxCif_setDpSourcePath ( IfxCif_DpSourcePath  sourcePath)

Function to select one debug path source path.

Parameters
sourcePathSource path to select
Returns
None

Definition at line 2751 of file IfxCif.h.

IFX_EXTERN void IfxCif_setDpUserDefinedSymbol ( uint8  x,
uint16  value 
)

Function to set one user defined debug symbol.

Parameters
xUser defined symbol to set
valueValue to set
Returns
None

Definition at line 2768 of file IfxCif.c.