代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/101008/15857754
c os_core.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/284435/8930083
c flash.c
#include "stdio.h"
#include "type.h"
#include "filesystem.h"
#include "flash.h"
#include "main.h"
FILE *fp;
uint8 FLASH[16 * 1024];
uint8 FLASHReadOneByte(uint16 addr)
{
uint8
www.eeworm.com/read/182135/9215078
c direct-pixel-drawing-sdl.c
/* Example of direct pixel access with SDL. */
#include
#include
#include
Uint16 CreateHicolorPixel(SDL_PixelFormat * fmt, Uint8 red, Uint8 green,
Uint8 blue)
{
www.eeworm.com/read/341434/12084201
h lcdlib.h
//#include "sm5k_lib.h"
#ifndef _LCDlib_h_
#define _LCDlib_h_
void LCDinit( void );
void WLCDData( UINT8 );
//UINT8 RLCDData( void );
void WLCDCmd( UINT8 );
void Delaycicle( U16 );
vo
www.eeworm.com/read/101084/15852977
c direct-pixel-drawing-sdl.c
/* Example of direct pixel access with SDL. */
#include
#include
#include
Uint16 CreateHicolorPixel(SDL_PixelFormat * fmt, Uint8 red, Uint8 green,
Uint8 blue)
{
www.eeworm.com/read/443807/7623034
c zlg_socket.c
#define SOCKET_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
/***************************************************************************/
uint8 close(uint8 num)
{
ui
www.eeworm.com/read/331439/12828668
m uint8.m
function d = uint8(q)
% UINT8 Convert to unsigned 8-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246677
m uint8.m
function d = uint8(q)
% UINT8 Convert to unsigned 8-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/399193/7881582
h gui.h
#include"config.h"
#include"LCD.h"
//GUI函数
void GUI_Point(uint8 x, uint16 y, uint16 color);
void GUI_HLine(uint8 x, uint16 y, uint8 length, uint16 color);
void GUI_RLine(uint8 x, uint16 y, u
www.eeworm.com/read/242148/13092172
#3 i2c.#3
#include "MEMSIC.h"
uint8 xdata Temp0;
uint8 xdata Temp1;
uint8 xdata Temp2;
uint8 xdata Temp3;
int16 xdata Ax;
int16 xdata Ay;
void SMBus_Initial(void)
{
SMB0CF = 0x54;
SMB0CF |=