?? app_ex.h
字號:
/******************************************************************************
Filename: app_ex.h
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
This file includes prototypes for the init methods for each
application present in the main menu.
******************************************************************************/
#ifndef APP_EX_H
#define APP_EX_H
#include "app_ex_main.h"
#include "app_ex_util.h"
/*Stop watch*/
void stop_watch_main(void);
/*UART*/
void uart_main(void);
/*Clockmodes*/
//void clockmodes_init(APPLICATION *a);
/*RF test*/
void RfTestDisp( void );
//void rf_test_init(APPLICATION *a);
// RF232
//void rf232_init(APPLICATION *a);
/*Random*/
//void random_init(APPLICATION *a);
/*AES*/
//void aes_init(APPLICATION *a);
/*FLASH*/
//void flash_init(APPLICATION *a);
/*DMA*/
//void dma_init(APPLICATION *a);
/*Power modes*/
//void power_init(APPLICATION *a);
/*Timer interrupt*/
//void timer_int_init(APPLICATION *a);
/*External interrupt*/
//void external_int_init(APPLICATION *a);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -