can.def

来自「windows ce 下 can总线驱动源码」· DEF 代码 · 共 42 行

DEF
42
字号
;******************************************************************************
;*
;* System On Chip(SOC)
;*
;* Copyright (c) 2002  sjsunny, Inc.
;* All rights reserved.
;*
;* This software is the confidential and proprietary information of Sjsunny Sci&Tech
;* , Inc("Confidential Information"). You Shall not disclose such
;* Confidential Information and shall use it only in accordance with the terms
;* of the license agreement you agreed with sjsunny.
;*
;*-----------------------------------------------------------------------------
;*
;*  PG9315 BSP (Windows CE.NET)
;*
;*  SJA1000 can bus control driver
;*
;* @author      WZL@sjsunny.com
;*
;* @date        2005/04/01
;*
;* Log:
;*  2005/04/01  Start
;*
;******************************************************************************


LIBRARY CAN

EXPORTS CAN_Init
	CAN_Deinit
	CAN_Open
	CAN_Close
	CAN_Read
	CAN_Write
	CAN_Seek
	CAN_IOControl
	CAN_PowerDown
	CAN_PowerUp

⌨️ 快捷键说明

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