app_ex.h

来自「CC2430的A/D转换测试程序。程序基于IAR软件编写的。通过A/D通道采集模」· C头文件 代码 · 共 57 行

H
57
字号
/******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?