代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/354717/10331581
c d12.c
#include "./src/config.h"
#define SWAP16(x) ((((uint16)(x))8))
#define MSB(x) (((x) >> 8) & 0xFF)
#define LSB(x) (((x) >> 0) & 0xFF)
#define D12_CMD (*((volatile
www.eeworm.com/read/354715/10331773
c d12.c
#include "./src/config.h"
#define SWAP16(x) ((((uint16)(x))8))
#define MSB(x) (((x) >> 8) & 0xFF)
#define LSB(x) (((x) >> 0) & 0xFF)
#define D12_CMD (*((volatile
www.eeworm.com/read/354382/10360390
_c delay._c
// 文件名 delay.c 延时
#include "config.h"
/***************************************************************************
延时 M32 7.3728M 粗略计算
*/
void Delay100us(uint8 x)
{
uint8 i; //4cloc
www.eeworm.com/read/354382/10360401
c delay.c
// 文件名 delay.c 延时
#include "config.h"
/***************************************************************************
延时 M32 7.3728M 粗略计算
*/
void Delay100us(uint8 x)
{
uint8 i; //4cloc
www.eeworm.com/read/425329/10363675
c d12.c
#include "./src/config.h"
#define SWAP16(x) ((((uint16)(x))8))
#define MSB(x) (((x) >> 8) & 0xFF)
#define LSB(x) (((x) >> 0) & 0xFF)
#define D12_CMD (*((volatile
www.eeworm.com/read/425027/10386777
c ch375hft.c
/* 2004.06.05
****************************************
** Copyright (C) W.ch 1999-2004 **
** Web: http://www.winchiphead.com **
****************************************
** USB Host File
www.eeworm.com/read/354039/10395522
m geneplate.m
function bool = GenePlate()
% 144 * 96
N = 30;
plate1 = uint8(255*ones(144*N/10,960));
plate2 = uint8(255*ones(144*N/10,960));
plate3 = uint8(255*ones(144*N/10,960));
for t = 1 : 9
plate2
www.eeworm.com/read/353228/10460564
c loadbit.c
/****************************************************************************************
* 文件名:LOADBIT.C
* 功能:显示单色图形及汉字显示。先将图形转换为对应的点阵数组,然后即可调用此文件的函数输出驱动。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_Set
www.eeworm.com/read/424317/10463846
c uart0_v1.0.c
/****************************************Copyright (c)**************************************************
** 长春智君电子有限公司
**
**
**--------------文件信息---------------------
www.eeworm.com/read/279083/10467291
h zlg_socket.h
#ifdef SOCKET_GLOBALS
#define SOCKET_EXT
#else
#define SOCKET_EXT extern
#endif
#define PF_INET 0
#define AF_INET 1
#define SOCK_STREAM 0
#define SOCK_DGRAM 1
#define TCP_PROTOCOL 0