代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/359694/10129514
h main.h
#include "reg51.h"
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
sbit bRunLED = P3^4; //运行指示灯
sbit bWatchDog = P1^7; //看门狗复位
sbit b485Send =
www.eeworm.com/read/359694/10129518
c modbus.c
#include "main.h"
//字地址 0 - 255 (只取低8位)
//位地址 0 - 255 (只取低8位)
/* CRC 高位字节值表 */
const uint8 code auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x0
www.eeworm.com/read/359694/10129520
c main.c
#include "main.h"
/******************************
微控电子 www.mcuc.cn
modbus RTU 的C51程序
单片机89S52
通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口
单片机控制板地址 localAddr(变量)
通信可设置数据的地址:
字地址 0 - 255 (只取16位的低8位)
位
www.eeworm.com/read/164092/10129701
h ch375hfa.h
/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12, 2005.01.26, 2005.03.01, 2005.07.29
****************************************
** Copyright (C) W.c
www.eeworm.com/read/163976/10135652
h main.h
#include "reg52.h"
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
sbit bRunLED = P3^4; //运行指示灯
sbit bWatchDog = P1^7; //看门狗复位
sbit b485Send =
www.eeworm.com/read/163976/10135661
c modbus.c
#include "main.h"
//字地址 0 - 255 (只取低8位)
//位地址 0 - 255 (只取低8位)
/* CRC 高位字节值表 */
const uint8 code auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x0
www.eeworm.com/read/163976/10135676
lst modbus.lst
C51 COMPILER V7.06 MODBUS 03/16/2005 16:48:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
www.eeworm.com/read/163976/10135678
c main.c
#include "main.h"
/******************************
微控电子 www.mcuc.cn
modbus RTU 的C51程序
单片机89S52
通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口
单片机控制板地址 localAddr(变量)
通信可设置数据的地址:
字地址 0 - 255 (只取16位的低8位)
位
www.eeworm.com/read/163876/10141542
h md5.h
#ifndef _MD5_H
#define _MD5_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 total[2];
uint32
www.eeworm.com/read/163609/10152642
cpp win_iic.cpp
#include "stdafx.h"
#include "win_iic.h"
#define SCL_OUT 0x01
#define SDA_OUT 0x02
#define SDA_IN 0x20
#define LPTBASE 0x378
UINT8 PortData = 0;
/* pin drivers */
void _SetSDAHigh2wb(