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

Functions

IFX_INLINE void IfxQspi_initMrstInPin (const IfxQspi_Mrst_In *mrstIn, IfxPort_InputMode mrstInMode)
 Initializes a MRST input. More...
 
IFX_INLINE void IfxQspi_initMrstOutPin (const IfxQspi_Mrst_Out *mrstOut, IfxPort_OutputMode mrstOutMode, IfxPort_PadDriver padDriver)
 Initializes a MRST output. More...
 
IFX_INLINE void IfxQspi_initMtsrInPin (const IfxQspi_Mtsr_In *mtsrIn, IfxPort_InputMode mtsrInMode)
 Initializes a MTSR input. More...
 
IFX_INLINE void IfxQspi_initMtsrOutPin (const IfxQspi_Mtsr_Out *mtsrOut, IfxPort_OutputMode mtsrOutMode, IfxPort_PadDriver padDriver)
 Initializes a MTSR output. More...
 
IFX_INLINE void IfxQspi_initSclkInPin (const IfxQspi_Sclk_In *sclkIn, IfxPort_InputMode sclkInMode)
 Initializes a SCLK input. More...
 
IFX_INLINE void IfxQspi_initSclkOutPin (const IfxQspi_Sclk_Out *sclkOut, IfxPort_OutputMode sclkOutMode, IfxPort_PadDriver padDriver)
 Initializes a SCLK output. More...
 
IFX_INLINE void IfxQspi_initSlsi (const IfxQspi_Slsi_In *slsi, IfxPort_InputMode slsiMode)
 Initializes a SLSI input. More...
 
IFX_INLINE void IfxQspi_initSlso (const IfxQspi_Slso_Out *slso, IfxPort_OutputMode slsoMode, IfxPort_PadDriver padDriver, IfxPort_OutputIdx outIndex)
 Initializes a SLSO output. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxQspi_initMrstInPin ( const IfxQspi_Mrst_In mrstIn,
IfxPort_InputMode  mrstInMode 
)

Initializes a MRST input.

Parameters
mrstInthe MRST Pin which should be configured
mrstInModethe pin input mode which should be configured
Returns
None

Definition at line 891 of file IfxQspi.h.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_INLINE void IfxQspi_initMrstOutPin ( const IfxQspi_Mrst_Out mrstOut,
IfxPort_OutputMode  mrstOutMode,
IfxPort_PadDriver  padDriver 
)

Initializes a MRST output.

Parameters
mrstOutthe MRST Pin which should be configured
mrstOutModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 898 of file IfxQspi.h.

Referenced by IfxQspi_SpiSlave_initModule().

IFX_INLINE void IfxQspi_initMtsrInPin ( const IfxQspi_Mtsr_In mtsrIn,
IfxPort_InputMode  mtsrInMode 
)

Initializes a MTSR input.

Parameters
mtsrInthe MTSR Pin which should be configured
mtsrInModethe pin input mode which should be configured
Returns
None

Definition at line 905 of file IfxQspi.h.

Referenced by IfxQspi_SpiSlave_initModule().

IFX_INLINE void IfxQspi_initMtsrOutPin ( const IfxQspi_Mtsr_Out mtsrOut,
IfxPort_OutputMode  mtsrOutMode,
IfxPort_PadDriver  padDriver 
)

Initializes a MTSR output.

Parameters
mtsrOutthe MTSR Pin which should be configured
mtsrOutModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 912 of file IfxQspi.h.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_INLINE void IfxQspi_initSclkInPin ( const IfxQspi_Sclk_In sclkIn,
IfxPort_InputMode  sclkInMode 
)

Initializes a SCLK input.

Parameters
sclkInthe SCLK Pin which should be configured
sclkInModethe pin input mode which should be configured
Returns
None

Definition at line 919 of file IfxQspi.h.

Referenced by IfxQspi_SpiSlave_initModule().

IFX_INLINE void IfxQspi_initSclkOutPin ( const IfxQspi_Sclk_Out sclkOut,
IfxPort_OutputMode  sclkOutMode,
IfxPort_PadDriver  padDriver 
)

Initializes a SCLK output.

Parameters
sclkOutthe SCLK Pin which should be configured
sclkOutModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 926 of file IfxQspi.h.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_INLINE void IfxQspi_initSlsi ( const IfxQspi_Slsi_In slsi,
IfxPort_InputMode  slsiMode 
)

Initializes a SLSI input.

Parameters
slsithe SLSI Pin which should be configured
slsiModethe pin input mode which should be configured
Returns
None

Definition at line 933 of file IfxQspi.h.

Referenced by IfxQspi_SpiSlave_initModule().

IFX_INLINE void IfxQspi_initSlso ( const IfxQspi_Slso_Out slso,
IfxPort_OutputMode  slsoMode,
IfxPort_PadDriver  padDriver,
IfxPort_OutputIdx  outIndex 
)

Initializes a SLSO output.

Parameters
slsothe SLSO Pin which should be configured
slsoModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
outIndexPin Pad driver index
Returns
None

Definition at line 941 of file IfxQspi.h.