📄 spi_cfg.h
字号:
/*
*********************************************************************************
* Copyright (c) 2005 ASIX Electronic Corporation All rights reserved.
*
* This is unpublished proprietary source code of ASIX Electronic Corporation
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*********************************************************************************
*/
/*================================================================================
* Module Name : spi_cfg.h
* Purpose : A configuration setting for SPI module.
* Author : Robin Lee
* Date : 2006-01-11
* Notes :
* $Log: spi_cfg.h,v $
* Revision 1.1 2006/04/07 11:39:02 robin6633
* no message
*
*================================================================================
*/
#ifndef SPI_CFG_H
#define SPI_CFG_H
/* INCLUDE FILE DECLARATIONS */
/* NAMING CONSTANT DECLARATIONS */
#define SPI_SLAVE_ENABLE 0
/* MACRO DECLARATIONS */
/* TYPE DECLARATIONS */
/* GLOBAL VARIABLES */
/* EXPORTED SUBPROGRAM SPECIFICATIONS */
#endif /* End of SPI_CFG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -