bsp_can_conf.h
来自「IAR 平台ATMEL 的例程, 和说明」· C头文件 代码 · 共 33 行
H
33 行
/*-----------------------------------------------------------------------------
* EUROPE TECHNOLOGIES Software Support
*------------------------------------------------------------------------------
* The software is delivered "AS IS" without warranty or condition of any
* kind, either express, implied or statutory. This includes without
* limitation any warranty or condition with respect to merchantability or
* fitness for any particular purpose, or against the infringements of
* intellectual property rights of others.
*------------------------------------------------------------------------------
*
* Processor : SmartCAN1 for EVMSmartCAN
* File Name : BSP_CAN_CONF.h
* Description : Definitions and Standard Typedef for
CAN Configuration Data (Board Support Package Layer)
* Version : 1.00
*
* +----- (NEW | MODify | ADD | DELete)
* |
* No | when who what
*-----+---+----------+------------------+--------------------------------------
* 000 NEW 02/10/00 Patrice Vilchez Creation
*----------------------------------------------------------------------------*/
/***************************************************************************
* BSP CAN Controller Configuration Data
****************************************************************************/
extern const U32_T BSP_CANController_a_u32;
extern const U32_T BSP_CANMode_a_u32;
extern const U8_T BSP_CANNumberOfMailbox;
extern const U8_T BSP_CANAckLimit_a_u8;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?