main.h

来自「bdm源代码. coldfire处理器用」· C头文件 代码 · 共 12 行

H
12
字号
#define BUS_FREQUENCY 6     /* JB16 runs at 6 MHz */

/* the following times are in 100us multiples */
#define SUSPEND_TIME          30    /* time after which the device is put into low power mode in case of no USB activity */
#define RESUME_RECOVERY      370    /* time to wait after resume */
                            
extern volatile signed char suspend_timer;

void init(void);
void main(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?