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

Functions

IFX_INLINE void IfxPsi5_initRxPin (const IfxPsi5_Rx_In *rx, IfxPort_InputMode inputMode)
 Initializes a RX input. More...
 
IFX_INLINE void IfxPsi5_initTxPin (const IfxPsi5_Tx_Out *tx, IfxPort_OutputMode outputMode, IfxPort_PadDriver padDriver)
 Initializes a TX output. More...
 
IFX_INLINE void IfxPsi5_setRxInput (Ifx_PSI5_CH *psi5Ch, IfxPsi5_AlternateInput alternateInput)
 Sets the alternate RX input. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxPsi5_initRxPin ( const IfxPsi5_Rx_In rx,
IfxPort_InputMode  inputMode 
)

Initializes a RX input.

Parameters
rxthe RX Pin which should be configured
inputModepin input mode which should be configured
Returns
None

Definition at line 364 of file IfxPsi5.h.

Referenced by IfxPsi5_Psi5_initChannel().

IFX_INLINE void IfxPsi5_initTxPin ( const IfxPsi5_Tx_Out tx,
IfxPort_OutputMode  outputMode,
IfxPort_PadDriver  padDriver 
)

Initializes a TX output.

Parameters
txthe TX 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 373 of file IfxPsi5.h.

Referenced by IfxPsi5_Psi5_initChannel().

IFX_INLINE void IfxPsi5_setRxInput ( Ifx_PSI5_CH *  psi5Ch,
IfxPsi5_AlternateInput  alternateInput 
)

Sets the alternate RX input.

Parameters
psi5Chpointer to the PSI5 channel register space
alternateInputAlternate RX input selection
Returns
None

Definition at line 380 of file IfxPsi5.h.

Referenced by IfxPsi5_initRxPin().