iLLD_TC27xC  1.0
Basic Functions
Collaboration diagram for Basic Functions:

Functions

IFX_INLINE boolean IfxGtm_isEnabled (Ifx_GTM *gtm)
 Returs the status of module enabled or disabled. More...
 
IFX_EXTERN void IfxGtm_disable (Ifx_GTM *gtm)
 Disables the module. More...
 
IFX_EXTERN void IfxGtm_enable (Ifx_GTM *gtm)
 Enables the module. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxGtm_disable ( Ifx_GTM *  gtm)

Disables the module.

Parameters
gtmPointer to GTM module
Returns
None

Definition at line 36 of file IfxGtm.c.

IFX_EXTERN void IfxGtm_enable ( Ifx_GTM *  gtm)

Enables the module.

Parameters
gtmPointer to GTM module
Returns
None

Definition at line 46 of file IfxGtm.c.

IFX_INLINE boolean IfxGtm_isEnabled ( Ifx_GTM *  gtm)

Returs the status of module enabled or disabled.

Parameters
gtmPointer to GTM module
Returns
status: TRUE/FALSE

Definition at line 96 of file IfxGtm.h.