代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/231705/4711973
h hw_can.h
//*****************************************************************************
//
// hw_can.h - Defines and macros used when accessing the can.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/231587/4713989
xst can_registers.xst
set -tmpdir .
elaborate
-ifn can_registers.prj
-ifmt mixed
www.eeworm.com/read/231587/4713990
xst can_top.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn can_top.prj
-ifmt mixed
-ofn can_top
-ofmt NGC
-p xc2s300e-6-pq208
-top can_top
-opt_mode Speed
-opt_level 1
-iuc NO
-lso can_top.lso
-
www.eeworm.com/read/231587/4713991
xst can_fifo.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn can_fifo.prj
-ifmt mixed
-ofn can_fifo
-ofmt NGC
-p xc2s300e-6-pq208
-top can_fifo
-opt_mode Speed
-opt_level 1
-iuc NO
-lso can_fifo.ls
www.eeworm.com/read/229345/4757536
hex can_release.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E120F11FE518F09FE532
:1000200058000000400000004400000048000000AC
:100030004C000000286E20B950
www.eeworm.com/read/228623/4763171
c #can_t.c
#include "can.h"
#define LEN 8
void transmit (char MsgNum,char *p,char len)
/*将*p数据写入can消息发送,len为数据长度*/
{ char i;
SFRPAGE = CAN0_PAGE;
CAN0ADR = IF1CMDMSK;
CAN0DAT = 0x0087;
www.eeworm.com/read/224798/4802641
c #can_t.c
#include "can.h"
#define LEN 8
void transmit (char MsgNum,char *p,char len)
/*将*p数据写入can消息发送,len为数据长度*/
{ char i;
SFRPAGE = CAN0_PAGE;
CAN0ADR = IF1CMDMSK;
CAN0DAT = 0x0087;
www.eeworm.com/read/219809/4846017
vhd can_mc.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/4846018
help can_mc.in.help
CAN interface enable
CONFIG_CAN_ENABLE
Say Y here to enable one or more CAN cores. The cores has one
AHB slave interface for accessing the control registers. The CAN core
is register-compatible
www.eeworm.com/read/219809/4846020
vhd can_rd.vhd
------------------------------------------------------------------------------
-- This file is a part of the GRLIB VHDL IP LIBRARY
-- Copyright (C) 2003, Gaisler Research
--
-- This program is free