iLLD_TC27xC  1.0
ERU: External Request Selection
Collaboration diagram for ERU: External Request Selection:

Functions

IFX_INLINE void IfxScuEru_initReqPin (IfxScu_Req_In *req, IfxPort_InputMode inputMode)
 Initialises the External request Pin. More...
 
IFX_EXTERN void IfxScuEru_selectExternalInput (IfxScuEru_InputChannel inputChannel, IfxScuEru_ExternalInputSelection inputSignal)
 Determines which input line is selcted for input channel x. More...
 
IFX_EXTERN void IfxScuEru_getExternalInputSelection (uint8 requestId, IfxScuEru_ERS *ers)
 Gets the channel number and input selection information from request Id. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxScuEru_getExternalInputSelection ( uint8  requestId,
IfxScuEru_ERS ers 
)

Gets the channel number and input selection information from request Id.

Parameters
requestIdRequest Id number
ersStructure for external request input selection to be filled
Returns
None

Definition at line 398 of file IfxScuEru.c.

Referenced by IfxScuEru_initReqPin().

IFX_INLINE void IfxScuEru_initReqPin ( IfxScu_Req_In req,
IfxPort_InputMode  inputMode 
)

Initialises the External request Pin.

Parameters
reqExternal request pin
inputModePort Input mode
Returns
None

Definition at line 353 of file IfxScuEru.h.

IFX_EXTERN void IfxScuEru_selectExternalInput ( IfxScuEru_InputChannel  inputChannel,
IfxScuEru_ExternalInputSelection  inputSignal 
)

Determines which input line is selcted for input channel x.

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

Definition at line 336 of file IfxScuEru.c.

Referenced by IfxScuEru_initReqPin().