代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/343165/11967798
lds mmu.lds
SECTIONS {
firtst 0x00000000 : { head.o init.o }
second 0xB0004000 : AT(2048) { leds.o }
}
www.eeworm.com/read/252132/12300197
vhd seg7.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY seg7 IS
PORT ( bcd : IN STD_LOGIC_VECTOR(3 DOWNTO 0) ;
leds : OUT STD_LOGIC_VECTOR(1 TO 7) ) ;
END seg7 ;
ARCHITECTURE Behavior OF
www.eeworm.com/read/252132/12300357
vhd seg7.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY seg7 IS
PORT ( bcd : IN STD_LOGIC_VECTOR(3 DOWNTO 0) ;
leds : OUT STD_LOGIC_VECTOR(1 TO 7) ) ;
END seg7 ;
ARCHITECTURE Behavior OF
www.eeworm.com/read/214085/15113859
bak romgen.c.bak
#define Switches (volatile char *) 0x00800820
#define LEDs (char *) 0x00800830
int main()
{
while (1)
*LEDs = *Switches;
}
www.eeworm.com/read/172417/5386928
c partest.c
/*
FreeRTOS.org V4.1.0 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/167507/5459679
c partest.c
/*
FreeRTOS.org V4.0.4 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/163844/5507875
c led_test.c
/*
* File: led_test.c
* Purpose: Test the 4 USER LEDs on the M5282EVB
*
* Notes:
*/
#include "m5282evb.h"
#include "fat.h"
/******************************************************
www.eeworm.com/read/155551/5621053
c partest.c
/*
FreeRTOS V4.0.0 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/154801/5634591
c partest.c
/*
FreeRTOS V3.2.4 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/152843/5657112
s entry.s
/* entry.S: FR-V entry
*
* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or