代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/238315/13895751
c link.c
/*******************************************************************************************************
*
www.eeworm.com/read/134186/14002274
c misc.c
#include "common.h"
int strncmp(char *p, char *q, int n)
{
while(n--) {
if (*p++!=*q++) return 1;
}
return 0;
}
int strnlen(char *p,uint max)
{
uint l=0;
while (*p++) l++
www.eeworm.com/read/133987/14014982
h rijndael.h
#ifndef _RIJNDAEL_H_
#define _RIJNDAEL_H_
//
// File : rijndael.h
// Creation date : Sun Nov 5 2000 03:21:05 CEST
// Author : Szymon Stefanek (stefanek@tin.it)
//
// Another implementation of
www.eeworm.com/read/236100/14031686
h nandfat.h
/*
* FileName: fat.h
*Copyright(c) 2004 VIA Technologies, Inc. All Rights Reserved.
*
* Author: penson Version: 1.00 Date: 2004-10-25
* DeSCRiption: this file define functions a
www.eeworm.com/read/235540/14064319
c usbpcistub.c
/*9200 USB host*/
/* Includes */
#include "vxWorks.h"
#include "string.h"
#include "sysLib.h"
#include "cacheLib.h"
#include "iv.h"
#include "intLib.h"
/*#include "drv/pci/pciConfigLib.h"*/ /*
www.eeworm.com/read/235540/14064406
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/204706/15334629
h pcd8544.h
/*** PCD8544 Driver ***********************************************************
*
* File Name : pcd8544.h
* Title : AVR-GCC Driver for the PCD8544 LCD Controller
* Author : Muhammad J. A. Galadi
www.eeworm.com/read/204706/15334637
h mmc.h
/***************************************************************************
Title: MultiMedia Card low level Functions
File: mmc.h
Author: Nick Lott
Date: September 2004
This file represents
www.eeworm.com/read/203708/15352779
h sysdeps.h
/*
* Copyright (C) 2001-2003 Hewlett-Packard Co.
* Contributed by Stephane Eranian
* Contributed by Mike Johnston
* Contributed by Chris Ahna
www.eeworm.com/read/203632/15354162
c spi.c
/*****************************************************************************
* spi.c: SPI C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor