52xx-config.h
来自「GM5621原代码」· C头文件 代码 · 共 30 行
H
30 行
/*
$Workfile: 52xx-config.h $
$Revision: 1.2 $
$Date: Oct 11 2004 06:47:16 $
*/
//******************************************************************
//
// Copyright (C) 2002. GENESIS MICROCHIP INC.
// All rights reserved. No part of this program may be reproduced
//
// Genesis Microchip Corp., 2150 Gold Street
// Alviso, CA 95002 USA
// Genesis Microchip Inc., 165 Commerce Valley Dr. West
// Thornhill, Ontario, Canada, L3T 7V8
//
//================================================================
//
// MODULE: 52xx-config.h
//
// USAGE : Header file that defines user option.
//
//******************************************************************
#ifndef _52xxCONFIG_H_
#define _52xxCONFIG_H_
#define SOG_SENSITIVITY 0x01
#define INIT_SDDS_STEP_VAL 0xC0 //Fixed Value for SDDS_STEP_VALUE during Init
#define TOPOSDMEM 0x4000
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?