代码搜索结果

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

led.c

/* * (C) Copyright 2004, Psyent Corporation * Scott McNutt * * See file CREDITS for list of people who contributed to this * project. * * This program is f

led.asm

ORG 0000H ;程序执行开始地址 LJMP START ;跳至START执行 ORG 0003H ;外中断0中断入口地址 RETI ;中断返回(不开中断) ORG 000BH ;定时器T0中断入口地址

led.c

/* driver/char/led.c * this is a led char device driver. * Any problem pls contact support@hhcn.com */ #include #include #include #include

led.c

/* driver/char/led.c * this is a led char device driver. * Any problem pls contact support@hhcn.com */ #include #include #include #include

led.h

#ifndef __LED_H__ #define __LED_H__ extern unsigned char LED_get_status(void); extern void LED_switch(unsigned int led_no, unsigned int on_off); extern void LED_on(unsigned int led_no); extern

led.c

/* * linux/arch/sh/overdrive/led.c * * Copyright (C) 1999 Stuart Menefy * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYI

led.c

/* * linux/arch/sh/kernel/led_mpc1211.c * * Copyright (C) 2001 Saito.K & Jeanne * * This file contains Interface MPC-1211 specific LED code. */ #include static void mach_led(

led.c

/* * linux/arch/sh/kernel/led_se.c * * Copyright (C) 2000 Stuart Menefy * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYI

led.c

/* * linux/arch/sh/boards/se/7300/led.c * * Derived from linux/arch/sh/boards/se/770x/led.c * * Copyright (C) 2000 Stuart Menefy * * May be copied or modified under the t

led.c

/* * linux/arch/sh/kernel/led_se.c * * Copyright (C) 2000 Stuart Menefy * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYI