代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/195013/5116905
h leds.h
/*
* include/asm-arm/arch-pxa/leds.h
*
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
*
* blinky lights for various PXA-based systems:
*
*/
extern void lubbock_leds_event(led_even
www.eeworm.com/read/195013/5116917
c leds.c
/*
* linux/arch/arm/mach-pxa/leds.c
*
* xscale LEDs dispatcher
*
* Copyright (C) 2001 Nicolas Pitre
*
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
*/
#include
www.eeworm.com/read/195013/5117102
c leds.c
#include
#include
#include
#include
#define FC_CONTROL 3 /* This should go somewhere else... */
void sun3_leds(unsigned char byte)
{
unsi
www.eeworm.com/read/195013/5120496
h leds.h
#ifndef _ASM_SN_SN1_LED_H
#define _ASM_SN_SN1_LED_H
/*
* Copyright (C) 2000 Silicon Graphics, Inc
* Copyright (C) 2000 Jack Steiner (steiner@sgi.com)
*/
#include
#define LED0 0xc000
www.eeworm.com/read/195013/5121082
h leds.h
/*
* linux/include/asm-arm/leds.h
*
* Copyright (C) 1998 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li
www.eeworm.com/read/190843/5170605
c leds.c
/*
* file: leds.c
*
* PowerPC 8240 LED support for bank of 8 leds on Windriver sbc8240
* for UCOS-II
*
* Author: Ernie Price
* eprice@bitwise.net
*
*/
#include "includes.h"
stat
www.eeworm.com/read/184711/5245716
c leds.c
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB7_out (1
www.eeworm.com/read/184711/5245720
s leds.s
leds: file format binary
Disassembly of section .data:
00000000 :
0: e59d0000 ldr r0, [sp]
4: e28d1004 add r1, sp, #4 ; 0x4
8: eb00000d bl 0x44
c: eafffffe b 0xc
10: e1
www.eeworm.com/read/182103/5268614
h leds.h
/*
* leds.c -- control the led's on a Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
*
* $Id: leds.h,v 1.2 1995/10/06 20:47:34 joel Exp $
*/
#ifndef __LEDS_H__
#de