代码搜索结果
找到约 37,566 项符合
LCD 的代码
lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile G:\avr16\avr16-1020-2\lcd.c
.dbfunc e LCD16xx_init _LCD16xx_init fV
.even
_LCD16xx_init::
.dbline -1
.dbline 32
; /*---------------------
lcd.h
#ifndef __LCD__H
#define __LCD__H
//定义MCU与LCD的接口
#define LCD_EN_DDR DDRD
#define LCD_EN_PORT PORTD
#define LCD_EN (1
lcd.o
XL
H 1 areas C global symbols
M lcd.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S _delay_nus Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 104 flags 0
dbfile G:\lcd1604\avr16-10
lcd.dp2
lcd.o: c:/icc/include/iom16v.h c:/icc/include/macros.h G:\lcd1604\avr16-1020-2/lcd.h G:\lcd1604\avr16-1020-2/delay.h
lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile G:\lcd1604\avr16-1020-2\lcd.c
.dbfunc e LCD16xx_init _LCD16xx_init fV
.even
_LCD16xx_init::
.dbline -1
.dbline 32
; /*-------------------
lcd.lis
.module lcd.c
.area text(rom, con, rel)
0000 .dbfile G:\lcd1604\avr16-1020-2\lcd.c
0000 .dbfunc e LCD16xx_init
lcd.lis
.module lcd.c
.area text(rom, con, rel)
0000 .dbfile G:\avr16\avr16-1020-2\lcd.c
0000 .dbfunc e LCD16xx_init _L
lcd.d
.\Obj\lcd.o: LCD.c
.\Obj\lcd.o: C:\Keil\ARM\INC\Philips\LPC23xx.H
.\Obj\lcd.o: lcd.h
.\Obj\lcd.o: chartable.h
lcd.c
// ************************************************
// *** LCD_4BIT Driver V1.1 ***
// *** LCD.C ***
// ************************************************
#define LCD_C
#include "includes.h"
// **
lcd.h
/*
###############################################################################
File Name : LCD.H
Version : 1.0
Description : LCD Basic Function Definition
Modified History
Mo