代码搜索:CAN Bus

找到约 10,000 项符合「CAN Bus」的源代码

代码结果 10,000
www.eeworm.com/read/219809/4846022

help can_oc.in.help

CAN interface enable CONFIG_CAN_ENABLE Say Y here to enable the CAN interace from OpenCores. The core has one AHB slave interface for accessing the control registers. The CAN core ir register-co
www.eeworm.com/read/219809/4846023

vhd can_oc.in.vhd

-- CAN 2.0 interface constant CFG_CAN : integer := CONFIG_CAN_ENABLE; constant CFG_CANIO : integer := 16#CONFIG_CANIO#; constant CFG_CANIRQ : integer := CONFIG_CANIRQ; constant CFG_C
www.eeworm.com/read/219809/4846024

vhd can_mod.vhd

------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free
www.eeworm.com/read/219809/4846025

h can_mc.in.h

#ifndef CONFIG_CAN_ENABLE #define CONFIG_CAN_ENABLE 0 #endif #ifndef CONFIG_CAN_NUM #define CONFIG_CAN_NUM 1 #endif #ifndef CONFIG_CANIO #define CONFIG_CANIO 0 #endif #ifndef CONFIG_CANIRQ #define
www.eeworm.com/read/219809/4846026

vhd can_mc.in.vhd

-- CAN 2.0 interface constant CFG_CAN : integer := CONFIG_CAN_ENABLE; constant CFG_CAN_NUM : integer := CONFIG_CAN_NUM; constant CFG_CANIO : integer := 16#CONFIG_CANIO#; constant CFG_
www.eeworm.com/read/219809/4846028

h can_oc.in.h

#ifndef CONFIG_CAN_ENABLE #define CONFIG_CAN_ENABLE 0 #endif #ifndef CONFIG_CANIO #define CONFIG_CANIO 0 #endif #ifndef CONFIG_CANIRQ #define CONFIG_CANIRQ 0 #endif #ifndef CONFIG_CANLOOP #define C
www.eeworm.com/read/219809/4846029

vhd can_oc.vhd

------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free
www.eeworm.com/read/219809/4846291

vhd can_top.vhd

---------------------------------------------------------------------------------------------- -- -- VHDL file generated by X-HDL - Revision 3.2.53 Aug. 1, 2005 -- Tue Aug 9 07:33:50 2005 -- --
www.eeworm.com/read/218512/4859806

h lib_can.h

#ifndef __lib_can_H #define __lib_can_H /*typedef enum _mailboxnum_ { AT91C_BASE_CAN_MB0 = 0, AT91C_BASE_CAN_MB0, AT91C_BASE_CAN_MB0, AT91C_BASE_CAN_MB0,
www.eeworm.com/read/218512/4859807

c lib_can.c

//*------------------------------------------------------------------------------------------------ //* 文件名 : lib_can.c //* 功能描述 : can驱动函数 //*--------------------------------------------------