iLLD_TC29x
1.0
|
Handling of global resources. More...
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) |
Handling of global resources.
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.
struct Ifx_GlobalResources_Item |
Definition at line 38 of file Ifx_GlobalResources.h.
Data Fields | ||
---|---|---|
pchar | name | |
void * | resource |
#define IFX_CFG_GLOBAL_RESOURCES_ENABLED (0) |
Definition at line 35 of file Ifx_GlobalResources.h.