ppc5xxcan.h

来自「EEB-3511的BSP包vXWorks操作系统」· C头文件 代码 · 共 47 行

H
47
字号
/* 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_#ifdef __cplusplusextern "C" {#endif /* __cplusplus *//*Define the number of controllers on-board (or on-chip)*/#define PPC5XXCAN_MAX_CONTROLLERS (1)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];      }; #ifdef __cplusplus}#endif /* __cplusplus */#endif

⌨️ 快捷键说明

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