代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

bus.h

/* $OpenBSD: bus.h,v 1.6 2000/02/03 05:44:09 rahnds Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom. All rights reserved. * Copyright (c) 1996 Niklas Hallqvist. All rights reserved. * * Redistr

bus.h

/* $OpenBSD: bus.h,v 1.33 2002/03/14 01:26:33 millert Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights r

bus.py

from m5 import build_env from m5.params import * from m5.proxy import * from MemObject import MemObject if build_env['FULL_SYSTEM']: from Device import BadAddr class Bus(MemObject): type = '

bus.cc

/* * Copyright (c) 2006 * The Regents of The University of Michigan * All Rights Reserved * * This code is part of the M5 simulator. * * Permission is granted to use, copy, create derivative wo

bus.hh

/* * Copyright (c) 2002, 2003, 2004, 2005 * The Regents of The University of Michigan * All Rights Reserved * * This code is part of the M5 simulator. * * Permission is granted to use, copy, cr

bus.java

/* * LA-CC 05-135 Trident 0.7.1 Copyright Notice Copyright 2006 (c) the Regents of the University of California. This Software was produced under a U.S. Government contract (W-7405-ENG-36) by Los

bus.java

package drive; public class Bus extends Vehicle { public Bus( ) { } public void drivedByFemaleDriver(Driver who) { System.out.println("A female driver drives a bus."); }

bus.c

/* * arch/sh/kernel/cpu/bus.c * * Virtual bus for SuperH. * * Copyright (C) 2004 Paul Mundt * * Shamelessly cloned from arch/arm/mach-omap/bus.c, which was written * by: * * Copyright (C)

bus.c

/* * linux/arch/arm/mach-omap/bus.c * * Virtual bus for OMAP. Allows better power management, such as managing * shared clocks, and mapping of bus addresses to Local Bus addresses. * * See drive

bus.c

/* * USB Serial Converter Bus specific functions * * Copyright (C) 2002 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under th