代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/102935/6226143
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/102935/6226149
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/102935/6226320
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/102935/6229854
h leds.h
#ifndef _ASM_IA64_SN_LEDS_H
#define _ASM_IA64_SN_LEDS_H
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of t
www.eeworm.com/read/485585/6553441
jpg leds.jpg
www.eeworm.com/read/477944/6726325
c leds.c
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB5_out (1
www.eeworm.com/read/477944/6726382
lds leds.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/477944/6726384
c leds.c
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB5_out (1
www.eeworm.com/read/477944/6726396
c leds.c
/*
* leds.c: 循环点亮4个LED
* 属于第二部分程序,此时MMU已开启,使用虚拟地址
*/
#define GPBCON (*(volatile unsigned long *)0xA0000010) // 物理地址0x56000010
#define GPBDAT (*(volatile unsigned long *)0xA0000014)
www.eeworm.com/read/263585/11354237