Framework Components Application Programming Interface (API)  fc-v04
Functions | Macros | Data Structures | Typedefs | Variables
iresman_tiledmemory.h File Reference

Detailed Description

IRESMAN.

#include <ti/sdo/fc/ires/iresman.h>
Include dependency graph for iresman_tiledmemory.h:

Go to the source code of this file.

Functions

String IRESMAN_TILEDMEMORY_getProtocolName ()
 Function to return the name of the protocol. More...
 
IRES_ProtocolRevisionIRESMAN_TILEDMEMORY_getProtocolRevision ()
 Function to return the revision of the protocol. More...
 
IRES_Status IRESMAN_TILEDMEMORY_init (IRESMAN_Params *initArgs)
 Function to initialize the device specific resource manager implementation. More...
 
IRES_Status IRESMAN_TILEDMEMORY_exit ()
 Function called when RESMAN is no longer needed. Use it to free memory allocated etc. More...
 
IRES_Handle IRESMAN_TILEDMEMORY_getHandles (IALG_Handle algHandle, IRES_ResourceDescriptor *resDesc, Int scratchGroupId, IRES_Status *status)
 Function that returns the IRES_Handle to the resource requested using the IRES_ResourceProtocolArgs. More...
 
IRES_Status IRESMAN_TILEDMEMORY_freeHandles (IALG_Handle algHandle, IRES_Handle algResourceHandle, IRES_ResourceDescriptor *resDesc, Int scratchGroupId)
 Frees handles back to the resource pool. More...
 

Macros

#define IRES_TILEDMEMORY_MAXRESOURCES   10
 

Data Structures

struct  IRESMAN_TiledmemoryParams
 

Typedefs

typedef struct IRESMAN_TiledmemoryParams IRESMAN_TiledmemoryParams
 

Variables

__FAR__ IRESMAN_PersistentAllocFxn _RMAN_allocPersistent
 Memory allocation functions for all of RMANs and other IRES protocol's memory requirements. More...
 
__FAR__ IRESMAN_PersistentFreeFxn _RMAN_freePersistent
 Memory free functions for all of RMANs and other IRES protocol's memory requirements. More...
 
IRESMAN_Fxns IRESMAN_TILEDMEMORY
 IRES RESMAN implementation for TILEDMEMORY. More...
 
Copyright 2015, Texas Instruments Incorporated