⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 app_ex.h

📁 CC2430多功能调试程序
💻 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 + -