bsp.h
来自「embOS的MSP430F2274移植版」· C头文件 代码 · 共 37 行
H
37 行
/*********************************************************************
*
* IAR PowerPac - RTOS
*
* (c) Copyright IAR Systems 2008. All rights reserved.
*
**********************************************************************
----------------------------------------------------------------------
File : BSP.h
Purpose : BSP (Board support package)
-------- END-OF-HEADER ---------------------------------------------
*/
#ifndef BSP_H /* avoid multiple inclusion */
#define BSP_H
/*********************************************************************
*
* Functions
*
**********************************************************************
*/
/*********************************************************************
*
* General
*/
void BSP_Init(void);
void BSP_SetLED(int Index);
void BSP_ClrLED(int Index);
void BSP_ToggleLED(int Index);
#endif /* avoid multiple inclusion */
/*************************** End of file ****************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?