代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/245907/12772604
c led.c
/******************************************************************************
* File Name: KeyLed.c *
* Create Time: 2007/08/09 *
* Description:
www.eeworm.com/read/245903/12772897
c key.c
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
www.eeworm.com/read/245890/12774615
c key.c
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
www.eeworm.com/read/332129/12776826
c auto.c
/*
********************************************************************************
*
* LCD控制程序
*
* 这是一个自动调整处理模块
*
* 文件名 : AUTO.C
* 设计
www.eeworm.com/read/332129/12776841
c key.c
/*
********************************************************************************
*
* LCD控制程序
*
* 这是一个按键处理模块
*
* 文件名 : KEY.C
* 设计者
www.eeworm.com/read/331867/12803259
bak s6a0074.c.bak
// Functions for S6A0078
// Send a byte to LCD Controller
void SendByte(bit DatCmd, uint8 dByte)
{
#ifdef LCD_4BIT
LCD_DataPort = 0x0F;
LCD_RS = DatCmd;
LCD_RW = 0;
LCD_E = 1;
LCD_
www.eeworm.com/read/331867/12803285
c s6a0074.c
// Functions for S6A0078
// Send a byte to LCD Controller
void SendByte(bit DatCmd, uint8 dByte)
{
#ifdef LCD_4BIT
LCD_DataPort = 0x0F;
LCD_RS = DatCmd;
LCD_RW = 0;
LCD_E = 1;
LCD_
www.eeworm.com/read/245151/12814586
c main.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/245150/12814806
c display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
www.eeworm.com/read/245150/12814843
c display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y