hardctrl.h

来自「是关于arm7的代码」· C头文件 代码 · 共 15 行

H
15
字号
//*----------------------------------------------------------------------------
//* File Name           : vars.h
//* Object              : declare the extern functions in lcodu_hardctrl.c
//* Creation            : wp   22/10/2007
//* Modif               :
//*----------------------------------------------------------------------------


extern void reset_pro(unsigned char reset_config);
extern __ramfunc int at91f_flash_read( unsigned int Flash_Address ,int size ,unsigned char * buff);
extern __ramfunc int at91f_flash_write( unsigned int Flash_Address ,int size ,unsigned char * buff);
//extern void init_pio();
extern unsigned char set_att(unsigned char chn,unsigned char att);
extern unsigned char set_mute(unsigned char v);

⌨️ 快捷键说明

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