代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/101066/6257314

h pciconstants.h

/* pciConstants.h - Defines constants related to the PCI bus. */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01c,18sep01,wef merge from wrs.tor2_0.usb
www.eeworm.com/read/100285/6271150

c char.c

/*------------------------------------------------------------------------- * * char.c * Functions for the built-in type "char". * Functions for the built-in type "cid". * * Copyright (c) 19
www.eeworm.com/read/239482/6286027

c motor.c

/**************************************************************** ** 文件名:motor.c 电机驱动函数 ****************************************************************/ #include "config.h" /*****************
www.eeworm.com/read/239482/6286046

h motor.h

#ifndef __motor_H__ #define __motor_H__ 1 //PD4,PD5 电机方向控制 #define moto_en1 PORTD |= 0x10 #define moto_en2 PORTD |= 0x20 #define moto_uen1 PORTD &=~ 0x10 #define moto_uen2 PORTD &=~ 0x20 //启动
www.eeworm.com/read/261676/6325168

h font8_8.h

/**************************************************************************************** * 文件名:FONT8_8.H * 功能:8*8 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/261676/6325169

h font5_7.h

/**************************************************************************************** * 文件名:FONT5_7.H * 功能:5*7 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/261676/6325180

h loadbit.h

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

h menu.h

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

c menu.c

/**************************************************************************************** * 文件名:MENU.C * 功能:菜单显示及操作(下拉式菜单)。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。 ******
www.eeworm.com/read/493666/6388768

c main.c

/************************************************************************** * H E A D E R F I L E S **********************************************************************