代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
simple_bus_slow_mem.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_master_blocking.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_non_blocking_if.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_master_blocking.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_master_direct.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_master_direct.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
simple_bus_fast_mem.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
1995.bus.3b.sum
1995 bus.3B 5959 98.14% 0.00% 1631 96.83% 0.00% 1293 95.73% 0.00%
485bus slave._c
#include
#include
#define 485bus_recive PORTD|=0X04;
#define 485bus_send PORTD&=0XFB;
void 485bus_init(void)
{
DDRD|=0X04;
USART_Init();
/* 设置波特率*/
UBRR= 0x33;
/*