代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/404719/2301371
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/402943/2316682
xst can_registers.xst
set -tmpdir .
elaborate
-ifn can_registers.prj
-ifmt mixed
www.eeworm.com/read/402943/2316683
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/402943/2316684
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/398510/2377770
h hw_can.h
//*****************************************************************************
//
// hw_can.h - Defines and macros used when accessing the can.
//
// Copyright (c) 2006-2008 Luminary Micro, Inc.
www.eeworm.com/read/397108/2404423
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/386455/2571346
c can-7202.c
#include "../ucos-ii/includes.h"
#include "../inc/sys/lib.h"
#include "../inc/sys/can.h"
#include "../inc/drv/reg2410.h"
#include "../ucos-ii/Uhal/Uhal.h"
#include "../ucos-ii/Uhal/isr.h"
//
www.eeworm.com/read/383455/2616891
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/379461/2674106
v can_testbench.v
//////////////////////////////////////////////////////////////////////
//// ////
//// can_testbench.v
www.eeworm.com/read/379461/2674111
v can_registers.v
//////////////////////////////////////////////////////////////////////
//// ////
//// can_registers.v