Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
np_apis.h
00001 /* 00002 * np_apis.h 00003 * 00004 * Created on: July 14, 2016 00005 * Author: Alan.Lin 00006 * 00007 * Copyright: NexPack Ltd. 00008 */ 00009 00010 #ifndef NP_APIS_H_ 00011 #define NP_APIS_H_ 00012 00013 #include <stdint.h> 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00018 typedef void (*my_VOID_UCUC)(uint8_t*, uint8_t); 00019 typedef struct { 00020 uint16_t command; 00021 my_VOID_UCUC function; 00022 } MDK_REGISTER_CMD; 00023 00024 extern MDK_REGISTER_CMD *mdk_cmd_func_table_ptr; 00025 extern uint8_t mdk_cmd_func_number; 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif /* NP_APIS_H_ */
Generated on Tue Jul 12 2022 12:58:33 by
1.7.2