iLLD_TC27xD  1.0
IO Pin Configuration Functions
Collaboration diagram for IO Pin Configuration Functions:

Functions

IFX_INLINE void IfxVadc_initEmuxPin (const IfxVadc_Emux_Out *emux, IfxPort_OutputMode outputMode, IfxPort_PadDriver padDriver)
 Initializes a EMUX output. More...
 
IFX_INLINE void IfxVadc_initGxBflPin (const IfxVadc_GxBfl_Out *gxBfl, IfxPort_OutputMode outputMode, IfxPort_PadDriver padDriver)
 Initializes a GxBFL output. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxVadc_initEmuxPin ( const IfxVadc_Emux_Out emux,
IfxPort_OutputMode  outputMode,
IfxPort_PadDriver  padDriver 
)

Initializes a EMUX output.

Parameters
emuxthe Emux Pin which should be configured
outputModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 2077 of file IfxVadc.h.

Referenced by IfxVadc_Adc_initExternalMultiplexerMode().

IFX_INLINE void IfxVadc_initGxBflPin ( const IfxVadc_GxBfl_Out gxBfl,
IfxPort_OutputMode  outputMode,
IfxPort_PadDriver  padDriver 
)

Initializes a GxBFL output.

Parameters
gxBflthe GxBFL Pin which should be configured
outputModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 2084 of file IfxVadc.h.