📄 bsp.h
字号:
/*********************************************************************
*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -