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

📄 app_ex.h

📁 裡面有許多cc2430的範例code
💻 H
字号:
/******************************************************************************
*                                                                             *
*        **********                                                           *
*       ************                                                          *
*      ***        ***                                                         *
*     ***    ++    ***                                                        *
*     ***   +  +   ***                      CHIPCON                           *
*     ***   +                                                                 *
*     ***   +  +   ***                                                        *
*     ***    ++    ***                                                        *
*      ***        ***                                                         *
*       ************                                                          *
*        **********                                                           *
*                                                                             *
*******************************************************************************

Filename:     app_ex.h
Target:       cc2430
Author:       KJA
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"
#include "lcd.h"


/* ADC */
void adc_init(APPLICATION *a);

/* ADC series */
void adc_series_init(APPLICATION *a);

/*Stop watch*/
void stop_watch_init(APPLICATION *a);

/*UART*/
void uart_init(APPLICATION *a);

/*Clockmodes*/
void clockmodes_init(APPLICATION *a);

/*RF test*/
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 + -