![]() |
ISF
1.1
Intelligent Sensing Framework
|
Main ISF header file. Contains code common to all ISF components. More...
Go to the source code of this file.
Data Structures | |
struct | isf_lib_info_t |
This structure holds the ISF library information such as version and part number. More... | |
struct | device_info_t |
This structure holds the ROM device information such as version and part number and is returned by the _fw_device_info_get() command. More... | |
Defines | |
#define | MAX_ISF_APPLICATIONS (32) |
Maximum number of applications. | |
#define | APP_ID_NULL (0) |
Null application ID. | |
#define | USER_APP_ID_START (ISF_APP_ID_LAST) |
#define | ISF_TASK_INDEX_START (50) |
ISF starting task index. | |
Typedefs | |
typedef int32 | isf_status_t |
ISF return status type. | |
typedef uint32 | isf_duration_t |
ISF time duration in microseconds. | |
Enumerations | |
enum | isf_status_enum { ISF_SUCCESS = 0, ISF_ERR_LIB_INIT = 1 } |
ISF library return status type. More... | |
enum | isf_app_id_enum { ISF_APP_ID_DEV_INFO = 0, ISF_APP_ID_MBOX = 1, ISF_APP_ID_LAST } |
ISF application number. More... | |
Functions | |
isf_lib_info_t * | isf_lib_get_info (void) |
API ISF library get information. | |
isf_status_t | isf_lib_init (void *pNull) |
API ISF library get information. | |
void | _fw_device_info_get (device_info_t *info_ptr) |
Main ISF header file. Contains code common to all ISF components.
Definition in file isf.h.
#define APP_ID_NULL (0) |
#define ISF_TASK_INDEX_START (50) |
#define MAX_ISF_APPLICATIONS (32) |
#define USER_APP_ID_START (ISF_APP_ID_LAST) |
enum isf_app_id_enum |
enum isf_status_enum |
void _fw_device_info_get | ( | device_info_t * | info_ptr | ) |
isf_lib_info_t* isf_lib_get_info | ( | void | ) |
API ISF library get information.
The isf_lib_get_info() function is called by an application that needs
retrieve library version and part number that the library is targeted for.
isf_status_t isf_lib_init | ( | void * | pOptions | ) |
API ISF library get information.
The isf_lib_get_info() function is called by an application that needs
retrieve library version and part number that the library is targeted for.
Definition at line 18 of file isf_init.c.
Referenced by isf_init_task().