代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/351942/10591198
h x5045.h
#define True 1;
#define Fault 0;
sbit CCS = P1^3; //;X5045--CS 片选端
sbit SCK = P1^7; //;X5045--SCK
sbit SSI = P1^5; //;X5045--SI
sbit SSO = P1^6; //;X5
www.eeworm.com/read/277852/10599832
h font8_8.h
/****************************************************************************************
* 文件名:FONT8_8.H
* 功能:8*8 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/277852/10599834
h font5_7.h
/****************************************************************************************
* 文件名:FONT5_7.H
* 功能:5*7 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/277852/10599887
h loadbit.h
/****************************************************************************************
* 文件名:LOADBIT.H
* 功能:显示单色图形及汉字显示。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**********************************
www.eeworm.com/read/277852/10599907
h menu.h
/****************************************************************************************
* 文件名:MENU.H
* 功能:菜单显示及操作,头文件。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
******************************************
www.eeworm.com/read/277852/10599913
c menu.c
/****************************************************************************************
* 文件名:MENU.C
* 功能:菜单显示及操作(下拉式菜单)。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。
******
www.eeworm.com/read/351660/10632709
h sa7121h.h
/********************************************************************/
/********************************************************************/
/* sa7121h.h file
www.eeworm.com/read/351660/10632723
h iic.h
#ifndef _IIC_H
#define _IIC_H
#include
#include
#include
#ifdef __cplusplus
extern "C" {
#endif
void _IIC_write(I2C_Handle hI2C,
Uint8
www.eeworm.com/read/351660/10632727
h saa7113h.h
/********************************************************************/
/********************************************************************/
/* SAA7113H.h file
www.eeworm.com/read/277451/10638181
c uart.c
#define UART_IN
#include "config.h"
/****************************************************************************
* 名 称:Uart_SendByte()
* 功 能:向串口UART0发送字节数据。
* 入口参数