代码搜索结果

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

num_led.lis

.module num_led.c .area lit(rom, con, rel) 0000 _seg_table:: 0000 C0F9 .byte 192,249 0002 A4B0 .byte 164,176

led_323.s

.module led_323.c .area text(rom, con, rel) .dbfile D:\jtag_test\led_323.c .dbfunc s Delay _Delay fI ; a -> R16 ; b -> R18 .even _Delay:: .dbline -1 .dbline 8

led_128._c

#include #define xtal 16 const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92, 0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}; unsigned char led_buff[4]={0,0,0,0}; v

led_128.o

XL H 4 areas 9 global symbols M led_128.c S push_gset1 Ref0000 S lsl8 Ref0000 S pop_gset1 Ref0000 A lit size 10 flags 0 dbfile D:\jtag_test\led_128.c dbsym s seg_table 0 A[16:16]c S _seg_tabl

led_128.s

.module led_128.c .area lit(rom, con, rel) _seg_table:: .byte 192,249 .byte 164,176 .byte 153,146 .byte 130,248 .byte 128,144 .byte 136,131 .byte 198,161 .byte 134,142 .dbfile D:

led_323._c

#include #include /* This seems to produce the right amount of delay for the LED to be * seen */ void Delay() { unsigned char a, b; for (a = 1; a; a++) for (b

led_323.c

#include #include /* This seems to produce the right amount of delay for the LED to be * seen */ void Delay() { unsigned char a, b; for (a = 1; a; a++) for (b

led_323.lis

.module led_323.c .area text(rom, con, rel) 0000 .dbfile D:\jtag_test\led_323.c 0000 .dbfunc s Delay _Delay f

led_323.o

XL H 1 areas 6 global symbols M led_323.c S push_gset1 Ref0000 S pop_gset1 Ref0000 S lsl16 Ref0000 A text size 96 flags 0 dbfile D:\jtag_test\led_323.c dbfunc s Delay 0 fI dbsym r a 10 c dbs

led_128.c

#include #define xtal 16 const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92, 0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}; unsigned char led_buff[4]={0,0,0,0}; v