代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/288645/8616634

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/288645/8616671

lst modbus.lst

C51 COMPILER V6.12 MODBUS 03/19/2008 10:34:01 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE MODBUS OBJECT MODULE PLACED IN
www.eeworm.com/read/288645/8616675

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/432029/8636857

h sdl_events.h

/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2006 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/288301/8644550

c usbdisk.c

/* CH374芯片 应用层 V1.0 */ /* 大容量存储设备U盘读写操作应用,初始化和枚举当前连接的U盘,采用单缓冲区或者双缓冲区进行BulkOnly协议的数据传输 */ //#define DEBUG_NOW 1 // 从串口输出执行步骤的相关信息 //#define CH374_DOUBLE_BUF 1 // 对于低速单片机可以启用双缓冲区提高传输速度 //#define
www.eeworm.com/read/431845/8649241

txt 说明.txt

小型常规语言编译器 仅支持简单变量定义,支持的数据类型有: <mark>uint8</mark>(无符号字符型数据——8位) char(字符型数据) string(字符串类型数据) uint16(16位无符号整数) int16(16位整数) int(32位整数) uint(32位无符号整数) bit(位类型,只有0或1两种状态) bits(位串类型,由0或1构成的串,最大可定义32 ...
www.eeworm.com/read/387828/8651761

h graphics.h

#ifndef __GRAPHICS__ #define __GRAPHICS__ #include "tl0324.h" // --------------------------- Functions Declaration --------------------------- // Display an image on LCD upleft corner void di
www.eeworm.com/read/387826/8651830

c graphics.c

#include "ssd1815.h" // Include basic LCD driver bit iPoint = 1; // Global variable for Turn on/off point // Display a picture on the specific position of the Screen void disp_image(uint8 code
www.eeworm.com/read/387826/8651840

h ssd1815.h

// --------------------- Head file for ssd1815.c ------------------------------- #ifndef __SSD1815__ #define __SSD1815__ // ------------------------ Interface Definition -------------------------
www.eeworm.com/read/287868/8663866

h sd_api.h

/*! *@file sd_api.h * * * *@version v1.0.0 *@date 2007 *@author jacky291@126.com */ #ifndef __SD_API_H #define __SD_API_H #ifndef __CONFIG_H #include "config.h" #endi