代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/444705/7608090
h uart.h
//-----------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------
www.eeworm.com/read/298542/7951680
c 7279c.c
//用于MCS51的C语言例子程序
//这是用于7279A评估板的C51子程序
#include
#include
#define uchar unsigned char
#define uint unsigned int
//***函数定义***
void long_delay(void); //***长延时***
void sho
www.eeworm.com/read/245011/12826494
c hd7279.c
/****************************************
模块名称:HD7279
******************************************/
#include
//7279延时
void long_delay(void)
{
unsigned char i;
for (i=0
www.eeworm.com/read/327655/13068900
h hd7279.h
#ifndef __HD7279_H__
#define __HD7279_H__
void long_delay(void);
void short_delay(void);
void write7279(unsigned char, unsigned char); // 写入HD7279
unsigned char read7279(unsigned char); // 读
www.eeworm.com/read/492804/6409273
c 7279key.c
#include "reg51.h" //寄存器定义头文件
//****** HD7279A指令系统 ******
#define CMD_RESET 0xa4
#define CMD_TEST 0xbf
#define DECODE0 0x80 //显示在第一个数码管
#define DECODE1 0xc8
#define C
www.eeworm.com/read/490208/6460696
c 7279.c
#include
//********* 7279指令 ********
#define CMD_RESET 0xA4 //复位(清除)
#define CMD_TEST 0xBF //测试
#define CMD_READ 0x15 //读键盘数据指令
#define RL_CYCL
www.eeworm.com/read/488233/6498855
c mmc.c
//=====================================================================
//=====================================================================
#include "mmc.h"
//============================
www.eeworm.com/read/488243/6498892
c mmc.c
//=====================================================================
//=====================================================================
#include "mmc.h"
//============================
www.eeworm.com/read/343397/11951820
c altera_up_ps2_mouse.c
#include "altera_up_ps2_mouse.h"
int alt_up_ps2_mouse_reset(alt_up_ps2_dev *ps2)
{
if (ps2->device_type != PS2_MOUSE)
return -EINVAL;
alt_u8 byte;
//send the reset command
int statu
www.eeworm.com/read/251692/12325801
cpp jpegtobmp.cpp
// JpegToBmp.cpp : Defines the entry point for the console application.
//
//#ifndef __JPEGDEC_H__
//#define __JPEGDEC_H__
//#include "stdafx.h"
/////////////////////////////////////////