?? bsp.h
字號:
#if !defined( _BSP_H )
#define _BSP_H
void RCC_Configuration(void);
void GPIO_Configuration(void);
void NVIC_Configuration(void);
CPU_INT32U BSP_CPU_ClkFreq (void);
//INT32U OS_CPU_SysTickClkFreq (void);
void OS_CPU_SysTickInit(void);
void BSP_Init(void);
#ifdef DEBUG
void assert_failed(u8* file, u32 line)
#endif
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -