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

Functions

IFX_INLINE void IfxEray_initRxPin (const IfxEray_Rxd_In *rx, IfxPort_InputMode rxMode)
 Initialises a RX pin. More...
 
IFX_INLINE void IfxEray_initTxEnPin (const IfxEray_Txen_Out *txEn, IfxPort_OutputMode txEnMode, IfxPort_PadDriver padDriver)
 Initializes a TX Enable output. More...
 
IFX_INLINE void IfxEray_initTxPin (const IfxEray_Txd_Out *tx, IfxPort_OutputMode txMode, IfxPort_PadDriver padDriver)
 Initializes a TX output. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxEray_initRxPin ( const IfxEray_Rxd_In rx,
IfxPort_InputMode  rxMode 
)

Initialises a RX pin.

Parameters
rxthe RX Pin which should be configured.
rxModethe pin input mode which should be configured.
Returns
None

Definition at line 1321 of file IfxEray.h.

Referenced by IfxEray_Eray_Node_init().

IFX_INLINE void IfxEray_initTxEnPin ( const IfxEray_Txen_Out txEn,
IfxPort_OutputMode  txEnMode,
IfxPort_PadDriver  padDriver 
)

Initializes a TX Enable output.

Parameters
txEnthe TX Enable Pin which should be configured.
txEnModethe pin output mode which should be configured.
padDriverthe pad driver mode which should be configured.
Returns
None

Definition at line 1336 of file IfxEray.h.

Referenced by IfxEray_Eray_Node_init().

IFX_INLINE void IfxEray_initTxPin ( const IfxEray_Txd_Out tx,
IfxPort_OutputMode  txMode,
IfxPort_PadDriver  padDriver 
)

Initializes a TX output.

Parameters
txthe TX Pin which should be configured.
txModethe pin output mode which should be configured.
padDriverthe pad driver mode which should be configured.
Returns
None

Definition at line 1343 of file IfxEray.h.

Referenced by IfxEray_Eray_Node_init().