代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/210967/15189517
def led.def
LIBRARY LED
EXPORTS LED_Init
LED_Deinit
LED_Open
LED_Close
LED_Read
LED_Write
LED_Seek
LED_PowerDown
LED_PowerUp
LED_IOControl
www.eeworm.com/read/210967/15189519
c led.c
#include
#include
#include
#include "xsc1.h"
#include "gpio.h"
#define IOCTL_LED_ON 0
#define IOCTL_LED_OFF 1
volatile GPIO_REGS *v_pGPIOReg = NULL;
www.eeworm.com/read/210697/15193242
o led.o
www.eeworm.com/read/210697/15193258
h led(bak).h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/210697/15193261
h led.h
#ifndef _led_H_
#define _led_H_
#include "..\inc\sl811.h"
void Led_Display(U8 LedNum,U8 LedStatus);
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/210697/15193287
c led(bak).c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/210697/15193306
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b0x.h"
#include "..\INC\44blib.h"
#include "..\inc\led.h"
//LedNum=0,则同时对4个LED操作
//LedNum为1~4的时候,分别进行操作
void Led_Display(U8 LedN
www.eeworm.com/read/208623/15241990
bin led.bin
www.eeworm.com/read/208623/15241991
o led.o
www.eeworm.com/read/208623/15241992