代码搜索:pic单片机
找到约 10,000 项符合「pic单片机」的源代码
代码结果 10,000
www.eeworm.com/read/395929/2429115
s ld-pic.s
# Source file used to test the ld macro with PIC code.
.set mips1
.data
data_label:
.extern big_external_data_label,1000
.extern small_external_data_label,1
.comm big_external_common,1000
.co
www.eeworm.com/read/395929/2429132
s lb-pic.s
# Source file used to test the lb macro with PIC code.
.data
data_label:
.extern big_external_data_label,1000
.extern small_external_data_label,1
.comm big_external_common,1000
.comm small_exte
www.eeworm.com/read/395929/2429167
s ulh-pic.s
# Test unaligned load and store macros with PIC code. We don't bother
# to test most cases. The actual loads and stores are tested by the
# non-PIC test case. We just want to check that the initial
www.eeworm.com/read/395929/2429496
s pic1.s
.text
.globl _foo
_foo:
leal %pc@(_i), %a0
leal %pc@(_i-.), %a1
www.eeworm.com/read/395296/2442023
cpp qpaintengine_pic.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtGui module of the Qt To
www.eeworm.com/read/393286/2477837
c spider-pic.c
/*
* External Interrupt Controller on Spider South Bridge
*
* (C) Copyright IBM Deutschland Entwicklung GmbH 2005
*
* Author: Arnd Bergmann
*
* This program is free software;
www.eeworm.com/read/393286/2479436
c pmac_pic.c
/*
* Support for the interrupt controllers found on Power Macintosh,
* currently Apple's "Grand Central" interrupt controller in all
* it's incarnations. OpenPIC support used on newer machines i
www.eeworm.com/read/393286/2479537
h pmac_pic.h
#ifndef __PPC_PLATFORMS_PMAC_PIC_H
#define __PPC_PLATFORMS_PMAC_PIC_H
#include
extern struct hw_interrupt_type pmac_pic;
void pmac_pic_init(void);
int pmac_get_irq(struct pt_regs *reg
www.eeworm.com/read/393286/2479590
c xilinx_pic.c
/*
* arch/ppc/syslib/xilinx_pic.c
*
* Interrupt controller driver for Xilinx Virtex-II Pro.
*
* Author: MontaVista Software, Inc.
* source@mvista.com
*
* 2002-2004 (c) MontaVista Softw