iLLD_TC27xD  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_INLINE void IfxSent_setSleepMode (Ifx_SENT *sent, IfxSent_SleepMode mode)
 Sets the sensitivity of the module to sleep signal. 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 416 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 422 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 428 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 128 of file IfxSent.c.

Referenced by IfxSent_Sent_deInitModule().

IFX_INLINE void IfxSent_setSleepMode ( Ifx_SENT *  sent,
IfxSent_SleepMode  mode 
)

Sets the sensitivity of the module to sleep signal.

Parameters
sentpointer to SENT registers
modemode selection (enable / disable)
Returns
None

Definition at line 489 of file IfxSent.h.