📄 mal_func.c
字号:
/*-*-*-*-*-*-*-*-*-*-* (C) 2000 STMicroelectronics *-*-*-*-*-*-*-*-*-*-*-*-*-*
PROJECT : ST7265 Media Access Library
COMPILER : ST7 C
MODULE : MAL_Func.c
VERSION : V 1.0 Beta
CREATION DATE : 16/03/2001
AUTHOR : Liang Ping
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
DESCRIPTION : All functions except those with individual one
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Modification:
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#include "MConfig.h"
#include "MAL_Func.h"
unsigned long Medium_Capacity[MAX_LUN+1]; // the last addres of the medium
extern unsigned char LUN_Config;
extern void MAL_SMC_Funcs();
extern void SMC_DTC_Int();
#pragma INTO_ROM
const void (*MAL_Func[MAX_LUN+1])() = {
MAL_SMC_Funcs,
MAL_SMC_Funcs,
};
#pragma INTO_ROM
const void (*MAL_DTC_Int[MAX_LUN+1])() = {
SMC_DTC_Int,
SMC_DTC_Int,
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -