Framework Components Application Programming Interface (API)  fc-v07
Macros | Data Structures | Typedefs
IRES VICP Protocol

Macros

#define IRES_VICP_MAXRESOURCES   1
 
#define IRES_VICP_PROTOCOLNAME   "ti.sdo.fc.ires.vicp"
 Name used to describe this protocol. More...
 
#define VICP_MODNAME   "ti.sdo.fc.ires.vicp"
 Name to pass to Diags_setMask() to enable logging for VICP functions. For example, Diags_setMask(VICP_MODNAME"+EX1234567"); turns on all Log statements in this module. Diags_setMask() must be called after initialization to take effect. More...
 

Data Structures

struct  IRES_VICP_ProtocolArgs
 VICP Protocol Arguments definition. More...
 
struct  IRES_VICP_Obj
 IRES_VICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource. More...
 
struct  IRES_VICP_Registers
 
struct  IRES_VICP_Properties
 

Typedefs

typedef struct IRES_VICP_ObjIRES_VICP_Handle
 Handle to "logical" resource. More...
 
typedef struct IRES_VICP_ProtocolArgs IRES_VICP_ProtocolArgs
 VICP Protocol Arguments definition. More...
 
typedef struct IRES_VICP_Obj IRES_VICP_Obj
 IRES_VICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource. More...
 
typedef struct IRES_VICP_Registers IRES_VICP_Registers
 
typedef struct IRES_VICP_Properties IRES_VICP_Properties
 

Detailed Description

Allows algorithms to request and receive handles representing VICP resources.

Macro Definition Documentation

#define IRES_VICP_MAXRESOURCES   1
#define IRES_VICP_PROTOCOLNAME   "ti.sdo.fc.ires.vicp"

Name used to describe this protocol.

#define VICP_MODNAME   "ti.sdo.fc.ires.vicp"

Name to pass to Diags_setMask() to enable logging for VICP functions. For example, Diags_setMask(VICP_MODNAME"+EX1234567"); turns on all Log statements in this module. Diags_setMask() must be called after initialization to take effect.

Typedef Documentation

Handle to "logical" resource.

VICP Protocol Arguments definition.

typedef struct IRES_VICP_Obj IRES_VICP_Obj

IRES_VICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource.

Copyright 2016, Texas Instruments Incorporated