iLLD_TC27xD  1.0
Configuration Functions
Collaboration diagram for Configuration Functions:

Functions

IFX_INLINE void IfxSent_setAltiInput (Ifx_SENT *sent, IfxSent_ChannelId channelId, IfxSent_AlternateInput alternateInput)
 Sets the operation mode of SENT kernel. More...
 
IFX_INLINE void IfxSent_setTimeStampPredivider (Ifx_SENT *sent, uint32 timeStampPreDivider)
 Set the module time stamp pre-divider. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxSent_setAltiInput ( Ifx_SENT *  sent,
IfxSent_ChannelId  channelId,
IfxSent_AlternateInput  alternateInput 
)

Sets the operation mode of SENT kernel.

Parameters
sentbase address of the SENT register space
channelIdSENT channel number
alternateInputalternate input/output pin for SENT operation
Returns
None

Definition at line 471 of file IfxSent.h.

Referenced by IfxSent_initSentPin().

IFX_INLINE void IfxSent_setTimeStampPredivider ( Ifx_SENT *  sent,
uint32  timeStampPreDivider 
)

Set the module time stamp pre-divider.

Parameters
sentbase address of the SENT register space
timeStampPreDividertime stamp pre-divider value
Returns
None

Definition at line 498 of file IfxSent.h.

Referenced by IfxSent_Sent_initModule().