?? ppc5xxcan.h
字號:
/* ppc5xxCAN.h - definitions for PPC5xx baords *//* Copyright 2001 Wind River Systems, Inc. *//* modification history--------------------27dec01, lsg *//* DESCRIPTIONThis file contains the declarations and definitions that are used forPPC5xx boards*/#ifndef _ppc5xxCAN_H_#define _ppc5xxCAN_H_/*Define the number of controllers on-board (or on-chip)*/struct ppc5xxCAN_DeviceEntry{ BOOL inUse; struct WNCAN_Device canDevice; struct WNCAN_Controller canController; struct WNCAN_Board canBoard; struct canAccess canRegAccess; BOOL allocated; WNCAN_ChannelMode TouCANchnMode[TOUCAN_MAX_MSG_OBJ]; }; #endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -