代码搜索:HAL
找到约 10,000 项符合「HAL」的源代码
代码结果 10,000
www.eeworm.com/read/290360/8488569
h hal.h
#ifndef _HAL_H
#define _HAL_H
#include
#include
#include "common.h"
#include "ccreg.h"
#define KEY_READ ((~PIND>>PD3)&0x01)
#define SET_LED (PORTC |= 1
www.eeworm.com/read/290360/8488580
c hal.c
#include "hal.h"
/*
*********************************************************************************************************
* Uart_init
*
* Descripti
www.eeworm.com/read/290154/8501934
h hal.h
#ifndef __HAL_H
#define __HAL_H
#include "msp430x42x0.h"
#include "in430.h"
#include "common.h"
#include "ccreg.h"
#include "function.h"
//------------------------------------------------
www.eeworm.com/read/290140/8502432
h hal.h
#ifndef _HAL_H
#define _HAL_H
#include
#include
#include "common.h"
//----------------------------------------------------------------------------//
// IO PORT
//--
www.eeworm.com/read/290140/8502443
c hal.c
/*
*********************************************************************************************************
*
* File : HAL.C
* Data : March 20, 2007
****************************************
www.eeworm.com/read/188709/8518452
c hal.c
#include "common.h"
#include "HAL.H"
extern unsigned char xdata DBUF[BUFFER_LENGTH];
unsigned char SL811Read(unsigned char a)
{
unsigned char nVal;
unsigned char xdata *exAddress;
exAd
www.eeworm.com/read/188709/8518454
h hal.h
///////////////////////////hal.h//////////////////////////
#include "AT89X52.H"
sbit MCU_LED1=P1^0;
sbit MCU_LED2=P1^1;
sbit MCU_LED3=P1^2;
sbit MCU_LED4=P1^3;
sbit SWM1=P1^4;
sbit SWM2=P1^
www.eeworm.com/read/388949/8563069
lst hal.lst
C51 COMPILER V7.20 HAL 12/13/2005 15:27:59 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE HAL
OBJECT MODULE PLACED IN HAL
www.eeworm.com/read/388949/8563124
c hal.c
www.eeworm.com/read/388949/8563128