代码搜索:hmi
找到约 180 项符合「hmi」的源代码
代码结果 180
www.eeworm.com/read/117636/7107703
c hmi.c
/**
HMI.C
该模块实现LCD的显示,并且对用户的按键做出相应的反应。
*/
#include
#include "config.h"
#include "syspulse.h"
#include "key.h"
#define MAXCOLUMN 127
#define HALFCOLUMN 63
#define MAXROW 63
www.eeworm.com/read/327279/13088726
c hmi.c
#include ".\STC89c5x.H"
#include"comm.h"
unsigned char uart_complete=0;
unsigned char uart_number=0;
unsigned char timer_buf;
unsigned char uart_buf[120];
unsigned int read_hmi_buf[50];
unsi
www.eeworm.com/read/240724/13201657
c hmi.c
/*************************************************************************
hmi.c
This file contains the HMI peek and poke command line routines. These
are the main routines for examining and
www.eeworm.com/read/240724/13201707
h hmi.h
/*************************************************************************
hmi.h
Copyright (C) 2001-2004 by Cirrus Logic Inc. All Rights Reserved
*********************************************
www.eeworm.com/read/25270/945438
crf hmi.crf
www.eeworm.com/read/25270/945450
d hmi.d
.\Hex\hmi.o: User\src\HMI.c
.\Hex\hmi.o: .\User\inc\HMI.h
.\Hex\hmi.o: .\User\inc\GlobalVAR.h
.\Hex\hmi.o: D:\Keil\ARM\ARMCC\bin\..\include\stdlib.h
.\Hex\hmi.o: D:\Keil\ARM\ARMCC\bin\..\include\s
www.eeworm.com/read/25270/945464
__i hmi.__i
-c --cpu Cortex-M3 -D__MICROLIB -g -O0 --apcs=interwork -I.\Lib\inc -I.\System\inc -I.\User\inc
-I D:\Keil\ARM\RV31\INC
-I D:\Keil\ARM\CMSIS\Include
-I D:\Keil\ARM\Inc\ST\STM32F10x
-DUSE_STDPE
www.eeworm.com/read/25270/945467