iLLD_TC27xD  1.0
ERU: Connecting Matrix
Collaboration diagram for ERU: Connecting Matrix:

Functions

IFX_EXTERN void IfxScuEru_connectTrigger (IfxScuEru_InputChannel inputChannel, IfxScuEru_InputNodePointer triggerSelect)
 Determines the destination (output channel) for trigger event (if enabled by Ifx_SCU.EICR[i].B.EIEN(j), i = 0,1,2,3 and j = 0,1). More...
 
IFX_EXTERN void IfxScuEru_disableTriggerPulse (IfxScuEru_InputChannel inputChannel)
 Disables the generation of a trigger event for input channel x when the selected edge is detected. More...
 
IFX_EXTERN void IfxScuEru_enableTriggerPulse (IfxScuEru_InputChannel inputChannel)
 Enables the generation of a trigger event for input channel x when the selected edge is detected. More...
 
IFX_EXTERN void IfxScuEru_setFlagPatternDetection (IfxScuEru_OutputChannel outputChannel, IfxScuEru_InputChannel inputChannel, boolean state)
 Enables the flag INTFx to take part in the pattern detection for output gating. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxScuEru_connectTrigger ( IfxScuEru_InputChannel  inputChannel,
IfxScuEru_InputNodePointer  triggerSelect 
)

Determines the destination (output channel) for trigger event (if enabled by Ifx_SCU.EICR[i].B.EIEN(j), i = 0,1,2,3 and j = 0,1).

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
triggerSelectTrigger event selection
Returns
None

Definition at line 94 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_disableTriggerPulse ( IfxScuEru_InputChannel  inputChannel)

Disables the generation of a trigger event for input channel x when the selected edge is detected.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 174 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_enableTriggerPulse ( IfxScuEru_InputChannel  inputChannel)

Enables the generation of a trigger event for input channel x when the selected edge is detected.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 254 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_setFlagPatternDetection ( IfxScuEru_OutputChannel  outputChannel,
IfxScuEru_InputChannel  inputChannel,
boolean  state 
)

Enables the flag INTFx to take part in the pattern detection for output gating.

Parameters
outputChannelOutput channel for combination of events, definition of their effects and distribution to the system (interrupt generation, ...)
inputChannelInput channel for input selection and conditioning of trigger or gating functions
stateFALSE: the bit INTFx does not take part in the pattern detection IPENjy = 0
TRUE : the bit INTFx is taken into consideration for the pattern detection IPENjy = 1
Returns
None

Definition at line 359 of file IfxScuEru.c.