mcu_hw_config.h

来自「在飞思卡尔MC9S08GB60单片机环境下实现了无线监控」· C头文件 代码 · 共 25 行

H
25
字号


/**************************************************************
*	Prototypes
**************************************************************/

void init_gpio(void);
void use_external_clock(void);
void use_mcu_clock(void);
void MC13192_restart(void);
void MC13192_cont_reset(void);
void mcu_init(void);


/**************************************************************
*	Externals
**************************************************************/
extern byte rtx_mode; /* Global mode mirror. */

/**************************************************************
*	Defines
**************************************************************/

#define MCU_LOW_POWER_WHILE _asm wait

⌨️ 快捷键说明

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