📄 vdata.c
字号:
/**
*** Copyright (c) 2001 Equator Technologies, Inc.
**/
//---------------------------------------------------------------
//
// Lower Data Memory (_data0)
//
//---------------------------------------------------------------
type_sema_struct sema __attribute__ ( (aligned (16)) );
type_gb_config_struct gb_config __attribute__ ( (aligned (16)) );
type_mbaddi_data_struct mbaddi_data __attribute__ ( (aligned (16)) );
type_status_struct status __attribute__ ( (aligned (16)) );
//---------------------------------------------------------------
//
// Upper Data Memory (_data1)
//
//---------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -