?? button.h
字號(hào):
/**************************************************************************
*
* ARM - Strategic Support Group
*
**************************************************************************/
/***************************************************************************
*
* Module : button.h
* Description : Services the button being pressed and toggles LED(1)
*
* Tool Chain : ARM Developer Suite
* Platform : Evaluator7T
* History :
*
* 990929 ASloss
* - started working on button.c
*
* 2000-04-02 Andrew N. Sloss
* - ported to Evaluator7T
*
**************************************************************************/
/**************************************************************************
* IMPORTS
**************************************************************************/
// none...
/**************************************************************************
* MACROS
**************************************************************************/
// none...
/**************************************************************************
* STATICS
**************************************************************************/
// none...
/**************************************************************************
* IMPORTS
**************************************************************************/
/* -- button_init ------------------------------------------------------
*
* Description : Initialises the button interrupt
*
* Parameters : none...
* Return : none...
* Notes : none...
*
*/
void button_init (void);
/* -- button_pressed ----------------------------------------------------
*
* Description : The interrupt button has been pressed. Toggles D1 LED...
*
* Parameters : none...
* Return : none...
* Notes : none...
*
*/
void button_pressed (void);
/* -- button_irq ----------------------------------------------------------
*
* Description : handles the button press interrupt...
*
* Parameters : none...
* Return : none...
* Notes : none...
*
*/
void button_irq (void);
/**************************************************************************
* END OF button.h
**************************************************************************/
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -