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

Functions

IFX_INLINE void IfxMsc_initEnPin (const IfxMsc_En_Out *en, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a EN output. More...
 
IFX_INLINE void IfxMsc_initFclnPin (const IfxMsc_Fcln_Out *fcln, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a FCLN output. More...
 
IFX_INLINE void IfxMsc_initFclpPin (const IfxMsc_Fclp_Out *fclp, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a FCLP output. More...
 
IFX_INLINE void IfxMsc_initInjPin (const IfxMsc_Inj_In *inj, IfxPort_InputMode pinMode)
 Initializes a INJ input. More...
 
IFX_INLINE void IfxMsc_initSdiPin (const IfxMsc_Sdi_In *sdi, IfxPort_InputMode pinMode)
 Initializes a SDI input. More...
 
IFX_INLINE void IfxMsc_initSonPin (const IfxMsc_Son_Out *son, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a SON output. More...
 
IFX_INLINE void IfxMsc_initSopPin (const IfxMsc_Sop_Out *sop, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a SOP output. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxMsc_initEnPin ( const IfxMsc_En_Out en,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a EN output.

Parameters
enthe EN Pin which should be configured
pinModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 1182 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initFclnPin ( const IfxMsc_Fcln_Out fcln,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a FCLN output.

Parameters
fclnthe FCLN Pin which should be configured
pinModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 1189 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initFclpPin ( const IfxMsc_Fclp_Out fclp,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a FCLP output.

Parameters
fclpthe FCLP Pin which should be configured
pinModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 1196 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initInjPin ( const IfxMsc_Inj_In inj,
IfxPort_InputMode  pinMode 
)

Initializes a INJ input.

Parameters
injthe INJ Pin which should be configured
pinModethe pin input mode which should be configured
Returns
None

Definition at line 1203 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initSdiPin ( const IfxMsc_Sdi_In sdi,
IfxPort_InputMode  pinMode 
)

Initializes a SDI input.

Parameters
sdithe SDI Pin which should be configured
pinModethe pin input mode which should be configured
Returns
None

Definition at line 1209 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initSonPin ( const IfxMsc_Son_Out son,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a SON output.

Parameters
sonthe SON Pin which should be configured
pinModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 1216 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().

IFX_INLINE void IfxMsc_initSopPin ( const IfxMsc_Sop_Out sop,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a SOP output.

Parameters
sopthe SOP Pin which should be configured
pinModethe pin output mode which should be configured
padDriverthe pad driver mode which should be configured
Returns
None

Definition at line 1223 of file IfxMsc.h.

Referenced by IfxMsc_Msc_initModule().