代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st
can.h
//*****************************************************************************
//
// can.h - Defines and Macros for the CAN controller.
//
// Copyright (c) 2006-2008 Luminary Micro, Inc. All rig
bus.cfg
# JSVM 2.0 Main Configuration File
#============================== GENERAL ==============================
str/bus.264 # Bitstream file
30.0 # Maximu
bus.bat
@bin\FixedQpEncoderStatic rc_cfg\Bus.cfg 1>log\Bus.txt
@bin\BitStreamExtractorStatic str\Bus.264 substr\Bus_layer4.264 -l 4
@bin\BitStreamExtractorStatic substr\Bus_layer4.2
bus.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
OutputFile str/bus.264 # Bitstream file
FrameRate
bus.cfg
########### RATE-POINTS CONFIGURATION FILE ###########
Bus # Label
bin/H264AVCEncoderLibTestStatic # Encoder Binary
cfg/Bus
lba_pci.c
/*
** PCI Lower Bus Adapter (LBA) manager
**
** (c) Copyright 1999,2000 Grant Grundler
** (c) Copyright 1999,2000 Hewlett-Packard Company
**
** This program is free software; you can redistribute it
pci.h
#ifndef __SPARC_PCI_H
#define __SPARC_PCI_H
#ifdef __KERNEL__
/* Can be used to override the logic in pci_scan_bus for skipping
* already-configured bus numbers - to be used for buggy BIOSes
* or