代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/464842/7060868

v bcd2seg.v

module seg7dec (output reg g, f, e, d, c, b, a, input [3:0] bcdin); always @ (bcdin) begin case (bcdin) //coding assumes active-high leds 0 : {g, f, e, d, c, b, a} = 7'b0111111; 1 : {g,
www.eeworm.com/read/435503/7791080

c led_sardine.c

#include #include #include #include #include #include #include const char* const CADENCE_FILE = "/sys/class/leds/l
www.eeworm.com/read/145471/5745728

h kbd_kern.h

#ifndef _KBD_KERN_H #define _KBD_KERN_H #include #define set_leds() mark_bh(KEYBOARD_BH) #include /* * kbd->xxx contains the VC-local things (flag settings e
www.eeworm.com/read/137311/5825835

c common.c

// modified by Andrey (as in old version 2 lines for port0 c115k2Hz->c19k2Hz) // modified by Andrey (another 2 - for port 1) // Added bcm52x1 support (txled) and leds on during memory flashing // had
www.eeworm.com/read/123438/6059047

h kbd_kern.h

#ifndef _KBD_KERN_H #define _KBD_KERN_H #include #define set_leds() mark_bh(KEYBOARD_BH) #include /* * kbd->xxx contains the VC-local things (flag s
www.eeworm.com/read/102935/6230038

h time.h

/* * linux/include/asm-arm/arch-shark/time.h * * by Alexander Schulz * * derived from include/asm-arm/arch-ebsa110/time.h * Copyright (c) 1996,1997,1998 Russell King. */ #include
www.eeworm.com/read/322905/6301189

h kbd_kern.h

#ifndef _KBD_KERN_H #define _KBD_KERN_H #include #define set_leds() mark_bh(KEYBOARD_BH) #include /* * kbd->xxx contains the VC-local things (flag s
www.eeworm.com/read/403167/11521218

c interrupts.c

#include "..\BF561_Watchdog.h" EX_INTERRUPT_HANDLER(WDOGB_ISR) { *pFIO2_FLAG_T = TOGGLE_UPPER; // toggle LEDs 5-12 *pWDOGB_CTL = DISABLE_WDOG; // disable watchdog *pWDOGB_CTL |= WDOG_EXPI
www.eeworm.com/read/403167/11521222

c interrupts.c

#include "..\BF561_Watchdog.h" EX_INTERRUPT_HANDLER(WDOGA_ISR) { *pFIO2_FLAG_T = TOGGLE_LOWER; // toggle LEDs 13-20 *pWDOGA_CTL = DISABLE_WDOG; // disable watchdog *pWDOGA_CTL |= WDOG_EXP
www.eeworm.com/read/259973/11753929

asm ex0901.asm

; ; MOVING LEDS ; LIST P=16F877, R=DEC #INCLUDE P16F877.INC CBLOCK 0X20 ENDC ; ; define RAM ; CBLOCK R0, USRFLAG ENDC ; ; DRCT EQU 0 ; USRFLAG,DRCT=1(LEFT)/0(RIGHT) ; ; ORG