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

Functions

IFX_INLINE void IfxSent_initSentPin (const IfxSent_Sent_In *sentIn, IfxPort_InputMode inputMode)
 Initializes a SENT input. More...
 
IFX_INLINE void IfxSent_initSpcPin (const IfxSent_Spc_Out *spcOut, IfxPort_OutputMode spcOutMode, IfxPort_PadDriver padDriver)
 Initializes a SPC output. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxSent_initSentPin ( const IfxSent_Sent_In sentIn,
IfxPort_InputMode  inputMode 
)

Initializes a SENT input.

Parameters
sentInthe SENT Pin which should be configured
inputModethe pin input mode which should be configured
Returns
None

Definition at line 457 of file IfxSent.h.

Referenced by IfxSent_Sent_initChannel().

IFX_INLINE void IfxSent_initSpcPin ( const IfxSent_Spc_Out spcOut,
IfxPort_OutputMode  spcOutMode,
IfxPort_PadDriver  padDriver 
)

Initializes a SPC output.

Parameters
spcOutthe SPC Pin which should be configured
spcOutModePort Output Mode
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 464 of file IfxSent.h.

Referenced by IfxSent_Sent_initChannel().