代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/155397/5623222

nc testtinyallocm.nc

// $Id: TestTinyAllocM.nc,v 1.1.14.4 2003/08/26 09:08:06 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permi
www.eeworm.com/read/195315/8164884

asm lfleds.asm

;********************************************************************* ; File Name: lfleds.asm ; Target System: C240x Evaluation Board ; ; Description: This sample program helps you get familiar
www.eeworm.com/read/172694/9696458

c test.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/201532/15402501

asm lfleds.asm

;********************************************************************* ; File Name: lfleds.asm ; Target System: C240x Evaluation Board ; ; Description: This sample program helps you get familiar
www.eeworm.com/read/379808/9175653

c cnttoledsandrfm.c

//************************************************************ // // CntToLedsAndRfm.c // Send tosmsg out every 1 second // Last 3 bits in first byte of payload are used to set leds state // // Author
www.eeworm.com/read/179033/9377765

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/275188/10830659

c gpio.c

#include "xparameters.h" void* gpio_main (void *param) { volatile unsigned int *data_ptr; volatile unsigned int *tri_ptr; volatile unsigned int i; data_ptr = (unsigned int *) (XPAR_LEDS_8BIT
www.eeworm.com/read/275188/10830687

c gpio.c

#include "xparameters.h" void* gpio_main (void *param) { volatile unsigned int *data_ptr; volatile unsigned int *tri_ptr; volatile unsigned int i; data_ptr = (unsigned int *) (XPAR_LEDS_8BIT
www.eeworm.com/read/147766/5721793

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/137691/5822302

makefile

COMPONENT=GoldenImageWriter PFLAGS += -I./include -DDELUGE_GOLDEN_IMAGE -DDELUGE_LEDS CFLAGS += -DTOSH_MAX_TASKS_LOG2=7 include ../../Makerules