iLLD_TC27xD  1.0
Ifx_GlobalResources.h File Reference

Handling of global resources. More...

#include "Ifx_Cfg.h"
#include "Cpu/Std/Ifx_Types.h"

Go to the source code of this file.

Data Structures

struct  Ifx_GlobalResources_Item
 

Macros

#define IFX_CFG_GLOBAL_RESOURCES_ENABLED   (0)
 

Functions

IFX_EXTERN void * Ifx_GlobalResources_get (sint32 id)
 
IFX_EXTERN sint32 Ifx_GlobalResources_getIndex (void *resource)
 Returns the global resource index. More...
 
IFX_EXTERN const
Ifx_GlobalResources_Item
Ifx_GlobalResources_getItem (sint32 id)
 
IFX_EXTERN pchar Ifx_GlobalResources_getName (sint32 id)
 
IFX_EXTERN boolean Ifx_GlobalResources_init (const Ifx_GlobalResources_Item *table, uint32 size)
 

Detailed Description

Handling of global resources.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file Ifx_GlobalResources.h.


Data Structure Documentation

struct Ifx_GlobalResources_Item

Definition at line 38 of file Ifx_GlobalResources.h.

Data Fields
pchar name
void * resource

Macro Definition Documentation

#define IFX_CFG_GLOBAL_RESOURCES_ENABLED   (0)

Definition at line 35 of file Ifx_GlobalResources.h.