代码搜索:LEDS

找到约 3,223 项符合「LEDS」的源代码

代码结果 3,223
www.eeworm.com/read/128531/5984429

makefile

# # Makefile for the linux kernel. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's something
www.eeworm.com/read/127623/6003906

s sentosa_init.s

/* ********************************************************************* * SB1250 Board Support Package * * Board-specific initialization File: SENTOSA_INIT.S * * This modul
www.eeworm.com/read/340373/12163448

qsf system.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/336604/12434668

c main.c

#include /* for EnableInterrupts macro */ #include "derivative.h" /* include peripheral declarations */ #include "global.h" #include "SystemInitialize.h" #include "ManipulationLED.h"
www.eeworm.com/read/152843/5657752

makefile

# # Makefile for the linux kernel. # # Object file lists. obj-y := core.o dma.o irq.o pci.o obj-m := obj-n := obj- := obj-$(CONFIG_LEDS) += leds.o
www.eeworm.com/read/152843/5657793

makefile

# # Makefile for the linux kernel. # # Object file lists. obj-y := core.o io.o obj-m := obj-n := obj- := obj-$(CONFIG_LEDS) += leds.o
www.eeworm.com/read/472665/6861810

c rp6base_i2cmaster_01_uncommented.c

// Uncommented Version of RP6Base_I2C_Master_01.c // written by Dominik S. Herwald // ------------------------------------------------------------------------------------------ #include "RP6Robot
www.eeworm.com/read/266629/11216664

makefile

EXEC = leds.ko OBJS = magic-leds.o SRC = magic-leds.c INCLUDE = /zylinux/kernel/include USEINC =. CC = arm-linux-gcc LD = arm-linux-ld MODCFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE -I$(INCL
www.eeworm.com/read/101601/15824159

asm sdram_init.asm

/******************************************************************* ADSP-21065L EZ-LAB Evalutation Board - SDRAM Interface Initialization - Programmable I/O Flag LED Test ***************
www.eeworm.com/read/355584/10255716

h led.h

#ifndef __LED_H__ #define __LED_H__ #define LEDS P0 sbit LED1 = LEDS^0; sbit LED2 = LEDS^1; sbit LED3 = LEDS^2; sbit LED4 = LEDS^3; sbit LED5 = LEDS^4; sbit LED6