Dataflow Runtime API  3.0.3.0
Macros | Typedefs | Enumerations | Functions
Plugin_DFF.h File Reference
#include <cmsis_os.h>
#include "Plugin_Common.h"

Macros

#define DFF_PLUGIN_API_VERSION   PLUGIN_VERSION_MAJOR_MINOR(0UL, 1UL) /* API version */
 

Typedefs

typedef enum EDffStatus DffStatus_t
 Debug return states. More...
 

Enumerations

enum  EDffStatus {
  eDFF_OK = 0 , eDFF_ERROR = -1 , eDFF_ERROR_UNSUPPORTED = -2 , eDFF_ERROR_UNINITIALIZED = -3 ,
  eDFF_ERROR_ALREADY_INITIALIZED = -4
}
 Debug return states. More...
 

Functions

DffStatus_t DFF_Plugin_Initialize (void)
 
DffStatus_t DFF_GetVersion (uint32_t *pVersion)
 
DffStatus_t DFF_Initialize (void)
 
DffStatus_t DFF_Start (void)
 

Macro Definition Documentation

◆ DFF_PLUGIN_API_VERSION

#define DFF_PLUGIN_API_VERSION   PLUGIN_VERSION_MAJOR_MINOR(0UL, 1UL) /* API version */

Typedef Documentation

◆ DffStatus_t

typedef enum EDffStatus DffStatus_t

Debug return states.

Enumeration Type Documentation

◆ EDffStatus

enum EDffStatus

Debug return states.

Enumerator
eDFF_OK 

DFF Status: Operation succeeded.

eDFF_ERROR 

DFF Status: Unspecified error.

eDFF_ERROR_UNSUPPORTED 

DFF Status: Operation not supported.

eDFF_ERROR_UNINITIALIZED 

DFF Status: Plug-in is not initialized.

eDFF_ERROR_ALREADY_INITIALIZED 

DFF Status: Plugin is already initialized.

Function Documentation

◆ DFF_GetVersion()

DffStatus_t DFF_GetVersion ( uint32_t pVersion)

◆ DFF_Initialize()

DffStatus_t DFF_Initialize ( void  )

◆ DFF_Plugin_Initialize()

DffStatus_t DFF_Plugin_Initialize ( void  )

◆ DFF_Start()

DffStatus_t DFF_Start ( void  )