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

Functions

IFX_INLINE void IfxDsadc_initCgPwmPin (const IfxDsadc_Cgpwm_Out *cgPwm, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a CGPWM output. More...
 
IFX_INLINE void IfxDsadc_initCinPin (const IfxDsadc_Cin_In *cIn, IfxPort_InputMode cInMode)
 Initializes a CIN input. More...
 
IFX_INLINE void IfxDsadc_initCoutPin (const IfxDsadc_Cout_Out *cout, IfxPort_OutputMode pinMode, IfxPort_PadDriver padDriver)
 Initializes a COUT output. More...
 
IFX_INLINE void IfxDsadc_initDinPin (const IfxDsadc_Din_In *dIn, IfxPort_InputMode dInMode)
 Initializes a DIN input. More...
 
IFX_INLINE void IfxDsadc_initDsnPin (const IfxDsadc_Dsn_In *dsn, IfxPort_InputMode pinMode)
 Initializes a DS input. More...
 
IFX_INLINE void IfxDsadc_initDspPin (const IfxDsadc_Dsp_In *dsp, IfxPort_InputMode pinMode)
 Initializes a DS input. More...
 
IFX_INLINE void IfxDsadc_initItrPin (const IfxDsadc_Itr_In *itr, IfxPort_InputMode itrMode)
 Initializes a ITR input. More...
 
IFX_INLINE void IfxDsadc_initSgPin (const IfxDsadc_Sg_In *sg, IfxPort_InputMode pinMode)
 Initializes a SG input. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxDsadc_initCgPwmPin ( const IfxDsadc_Cgpwm_Out cgPwm,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a CGPWM output.

Parameters
cgPwmthe CGPWM 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 626 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initCarrierGen().

IFX_INLINE void IfxDsadc_initCinPin ( const IfxDsadc_Cin_In cIn,
IfxPort_InputMode  cInMode 
)

Initializes a CIN input.

Parameters
cInthe CIN Pin which should be configured
cInModethe pin input mode which should be configured
Returns
None

Definition at line 633 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initChannel().

IFX_INLINE void IfxDsadc_initCoutPin ( const IfxDsadc_Cout_Out cout,
IfxPort_OutputMode  pinMode,
IfxPort_PadDriver  padDriver 
)

Initializes a COUT output.

Parameters
coutthe COUT 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 639 of file IfxDsadc.h.

IFX_INLINE void IfxDsadc_initDinPin ( const IfxDsadc_Din_In dIn,
IfxPort_InputMode  dInMode 
)

Initializes a DIN input.

Parameters
dInthe DIN Pin which should be configured
dInModethe pin input mode which should be configured
Returns
None

Definition at line 646 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initChannel().

IFX_INLINE void IfxDsadc_initDsnPin ( const IfxDsadc_Dsn_In dsn,
IfxPort_InputMode  pinMode 
)

Initializes a DS input.

Parameters
dsnthe DSN Pin which should be configured
pinModethe pin input mode which should be configured
Returns
None

Definition at line 652 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initChannel().

IFX_INLINE void IfxDsadc_initDspPin ( const IfxDsadc_Dsp_In dsp,
IfxPort_InputMode  pinMode 
)

Initializes a DS input.

Parameters
dspthe DSP Pin which should be configured
pinModethe pin input mode which should be configured
Returns
None

Definition at line 661 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initChannel().

IFX_INLINE void IfxDsadc_initItrPin ( const IfxDsadc_Itr_In itr,
IfxPort_InputMode  itrMode 
)

Initializes a ITR input.

Parameters
itrthe ITR Pin which should be configured
itrModethe pin input mode which should be configured
Returns
None

Definition at line 670 of file IfxDsadc.h.

Referenced by IfxDsadc_Dsadc_initChannel().

IFX_INLINE void IfxDsadc_initSgPin ( const IfxDsadc_Sg_In sg,
IfxPort_InputMode  pinMode 
)

Initializes a SG input.

Parameters
sgthe SG Pin which should be configured
pinModethe pin input mode which should be configured
Returns
None

Definition at line 676 of file IfxDsadc.h.