代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/235540/14064325
h sysled.h
/* sysLed.h - LED driver Header File */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,16jul02,m_h C++ protection
01b,26apr01,m_h convert tabs
www.eeworm.com/read/235459/14071187
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/204837/15332967
h hpi32.h
/////////////////hpi32.h////////////////////////////////
#ifndef __HPI32_H__
#define __HPI32_H__
extern UINT8 OpenFile(UINT8 *pBuffer);
extern UINT8 SetFilePointer(UINT32 pointer);
/*在当前目录下创建一个
www.eeworm.com/read/204706/15334603
h avrfat16.h
/**
@file avrfat16.h
@brief Fat16 Functions
@author Nick Lott
@date September 2004
Copyright (C) 2004 Nick Lott
This is a simple implementation of the FAT16 file system
www.eeworm.com/read/204706/15334612
h lcdgraphics.h
/**
@file lcdgraphics.h
@brief LCD MP3 Functions
@author Nick Lott
@date September 2004
This file represents a convergence of a number of code snippets found
on the web, some of the Yampp sys
www.eeworm.com/read/204706/15334614
c utils.c
/**
//
// @file utils.c
// @author RA Sewell
// @brief Butterfly MP3 utility routines
//
// Target(s)...: ATmega169
//
// Compiler....: AVR-GCC 3.3.1; avr-libc 1.0
//
// Revisions...: 1.
www.eeworm.com/read/204706/15334635
c pcd8544.c
/*** PCD8544 Driver ***********************************************************
*
* File Name : pcd8544.h
* Title : AVR-GCC Driver for the PCD8544 LCD Controller
* Author : Muhammad J. A. Galadi
www.eeworm.com/read/204651/15335730
m ch451.m
f = imread('cameraman.tif');
[m,n] = size(f);
f1=double(f);
px=zeros(m,n);
py=zeros(m,n);
for x=1:m-1
for y=1:n-1
px(x,y)= f1(x+1,y)-f1(x,y); %对x的偏导
py(x,y)= f1(x,y+1)-f1(x,y); %对y的偏导
e
www.eeworm.com/read/204627/15336486
h zlg7290.h
#ifndef __ZLG7290_H__
#define __ZLG7290_H__
//register subaddress
#define ZLG7290_SystemReg 0X00
#define ZLG7290_KEY 0X01
#define ZLG7290_RepeatCnt 0X02
#define ZLG7290_FunctionKey 0X03
www.eeworm.com/read/204627/15336499
c at45db041.c
#include
#include "type.h"
#include "irq.h"
#include "ssp.h"
#include "at45db041.h"
uint8 timeout;
uint8 spi1_init()
{
uint8 index;
uint16 dummy;
timeout=0;
//SSPC