1.1.3.13 SYS_APPDEBUG_Initialize Function

C

int32_t SYS_APPDEBUG_Initialize()

Summary

Returns success/ failure for initialization of data structures of the App Debug service

Description

This function is used for initializing the data structures of the App Debug service and is called from within the System Task.

Parameters

index - NULL; reserved for future use init - NULL; reserved for future use

Returns

SYS_APPDEBUG_SUCCESS - Indicates the data structures were initialized successfully

SYS_APPDEBUG_FAILURE - Indicates that it failed to initialize the data structures

Example

if( SYS_APPDEBUG_Initialize(NULL, NULL) == SYS_APPDEBUG_SUCCESS)
{
}

Remarks

If the Net system service is enabled using MHC, then auto generated code will take care of system task execution.