app_security_api.h

来自「利用MC13213做的基于SMAC的接受并发送到串口的程序.可作为点对点实验中的」· C头文件 代码 · 共 23 行

H
23
字号
/* APP_security_API.h 
 * Mains application header

 * $Author: rgd04c $
 * $Date: 2006/09/01 22:33:08 $
 * $Name: BeeKitLaunch $
 */
 
#ifndef __APP_SECURITY_API_H__
#define __APP_SECURITY_API_H__

#include "pub_def.h"
#include "app_config.h"

/* Prototypes */
extern void SECSecure(UINT8 *pBuffer, UINT8 u8Length);
extern void SECSetKey(UINT8 *pBuffer, UINT8 u8Length);





#endif /* __APP_SECURITY_API_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?