Kinetis SDK v.1.2 Demo Applications User's Guide  Rev. 0
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
freemaster_appcmd.c File Reference

FreeMASTER Application Commands implementation. More...

#include "freemaster.h"
#include "freemaster_private.h"
#include "freemaster_protocol.h"

Functions

void FMSTR_AppCmdAck (FMSTR_APPCMD_RESULT nResultCode)
 
void FMSTR_AppCmdSetResponseData (FMSTR_ADDR pResultData, FMSTR_SIZE nResultDataLen)
 
FMSTR_APPCMD_CODE FMSTR_GetAppCmd (void)
 
FMSTR_APPCMD_PDATA FMSTR_GetAppCmdData (FMSTR_SIZE *pDataLen)
 
FMSTR_BOOL FMSTR_RegisterAppCmdCall (FMSTR_APPCMD_CODE nAppCmdCode, FMSTR_PAPPCMDFUNC pCallbackFunc)
 

Detailed Description

Version
1.0.1.0
Date
May-4-2012

Function Documentation

void FMSTR_AppCmdAck ( FMSTR_APPCMD_RESULT  nResultCode)
void FMSTR_AppCmdSetResponseData ( FMSTR_ADDR  pResultData,
FMSTR_SIZE  nResultDataLen 
)
FMSTR_APPCMD_CODE FMSTR_GetAppCmd ( void  )
FMSTR_APPCMD_PDATA FMSTR_GetAppCmdData ( FMSTR_SIZE pDataLen)
FMSTR_BOOL FMSTR_RegisterAppCmdCall ( FMSTR_APPCMD_CODE  nAppCmdCode,
FMSTR_PAPPCMDFUNC  pCallbackFunc 
)