代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
cas2can.c
/* cas2can.c - cascade to canonical */
#include /* declares calloc */
void conv();
void cas2can(K, A, a) /* \(a\) is
cas2can.m
% cas2can.m - cascade to canonical
%
% a = cas2can(A)
%
% convolves the rows of A
% A is Kx3 coefficient matrix (or, Kx5 for bandpass filters)
% based on cas2can.c
function a = cas2can(A)
[K, L] = s
16mcan.lk
main.o can.o
documentation
D O C U M E N T A T I O N
C A N B U S 4 L I N U X V E R S I O N 0 . 3
Copyright 2001 by Juergen Eder
No liability for the contents of t
wave.lin
E:\制作和~1\总线开发\试验程序\CAN_LAB\CAN_EASY\CAN_COM.OBJ
TO E:\制作和~1\总线开发\试验程序\CAN_LAB\CAN_EASY\CAN_EASY
RS(256)
makefile
# Makefile for the can200 driver kernel module
CC=gcc
CFLAGS := -O2 -Wall
MODCFLAGS := -Wall -D__KERNEL__ -DMODULE -I/usr/src/linux/include -O2
.PHONY: all clean devices test
all: send r
main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
at91_uart_write.c
/*
* can_write - can4linux CAN driver module
*
*
* can4linux -- LINUX CAN device driver source
*
* Copyright (c) 2001 port GmbH Halle/Saale
* (c) 2001 Heinz-J�rgen Oertel (oe@port.de)
*