iLLD_TC27xC  1.0
Operative Functions
Collaboration diagram for Operative Functions:

Functions

IFX_INLINE void IfxSent_disableChannel (Ifx_SENT *sent, IfxSent_ChannelId channelId)
 Disable the channel with the channel number. More...
 
IFX_INLINE void IfxSent_enableChannel (Ifx_SENT *sent, IfxSent_ChannelId channelId)
 Enable the channel with the channel number. More...
 
IFX_INLINE void IfxSent_enableModule (Ifx_SENT *sent)
 Enable the SENT module. More...
 
IFX_EXTERN void IfxSent_resetModule (Ifx_SENT *sent)
 Resets the SENT module. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxSent_disableChannel ( Ifx_SENT *  sent,
IfxSent_ChannelId  channelId 
)

Disable the channel with the channel number.

Parameters
sentbase address of the SENT register space
channelIdSENT channel number
Returns
None

Definition at line 434 of file IfxSent.h.

Referenced by IfxSent_Sent_initChannel().

IFX_INLINE void IfxSent_enableChannel ( Ifx_SENT *  sent,
IfxSent_ChannelId  channelId 
)

Enable the channel with the channel number.

Parameters
sentbase address of the SENT register space
channelIdSENT channel number
Returns
None

Definition at line 440 of file IfxSent.h.

Referenced by IfxSent_Sent_initChannel().

IFX_INLINE void IfxSent_enableModule ( Ifx_SENT *  sent)

Enable the SENT module.

Parameters
sentbase address of the SENT register space
Returns
None

Definition at line 446 of file IfxSent.h.

Referenced by IfxSent_Sent_initModule().

IFX_EXTERN void IfxSent_resetModule ( Ifx_SENT *  sent)

Resets the SENT module.

Parameters
sentbase address of the SENT register space
Returns
None

Definition at line 121 of file IfxSent.c.

Referenced by IfxSent_Sent_deInitModule().