代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/257574/7152299

h menu.h

/**************************************************************************************** * 文件名:MENU.H * 功能:菜单显示及操作,头文件。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: ******************************************
www.eeworm.com/read/257574/7152303

c menu.c

/**************************************************************************************** * 文件名:MENU.C * 功能:菜单显示及操作(下拉式菜单)。 * 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。 *********************************
www.eeworm.com/read/257574/7152392

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/459745/7153106

h loadbit.h

/**************************************************************************************** * 文件名:LOADBIT.H * 功能:显示单色图形及汉字显示。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **********************************
www.eeworm.com/read/464764/7155617

c flash.c

#include"memory.h" UINT8 Temp; void erase(void){ UINT16 i=0; FLCR_ERASE=1; FLCR_MASS=0; Temp=FLBPR; rightmirrorPOSx=0x55; i=0x00f0; while(i--); FLCR_HVEN=1; i=0x
www.eeworm.com/read/464546/7156184

c w5300.c

/** * \file w5300.c * Implementation of W5300 I/O fucntions * * This file implements the basic I/O fucntions that access a register of W5300( IINCHIP_REG). * * Revision History : * -
www.eeworm.com/read/464359/7164495

c vc0528test.c

/* * Com.c * * Copyright (C) 2004 Vimicro Corporation * * This file is the demo for RDK/DRIVER testing */ #include "Com.h" #include "vc0528test.h" #include"..\..\vc0528rdk\vim_
www.eeworm.com/read/463712/7176520

c ledhex.c

/**************************************************************************** * File:LEDHEX.C * 功能:LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。 * 说明:将跳线器JP8、JP9、JP11短接。 ***********************
www.eeworm.com/read/463712/7176577

c leddisp.c

/**************************************************************************** * File:LEDDISP.C * 功能:LED数码管显示。 * 通过I/O模同步串口与74HC595进行连接,控制74HC595驱动LED数管显示。 * 说明:将跳线器JP9短接。 *******************
www.eeworm.com/read/462452/7201499

h s3c2440a_usbd.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic