1.1.3.12 SYS_APPDEBUG_Deinitialize Function

C

int32_t SYS_APPDEBUG_Deinitialize()

Summary

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

Description

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

Parameters

None

Returns

SYS_APPDEBUG_SUCCESS - Indicates the data structures were deinitialized successfully

SYS_APPDEBUG_FAILURE - Indicates that it failed to deinitialize the data structures.

Example

if( SYS_APPDEBUG_Deinitialize() == SYS_APPDEBUG_SUCCESS)
{
}

Remarks

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