代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/135465/13927678
c protocol_avr910c.c
#include "Include.H"
const struct devinfo_t stDevInfo[] =
{
//Devices which support Page Programming.
{M8515 , DEV_TWD3 | DEV_POLL | PAGE0X20},
// {M8515B , DEV_TWD0 | DEV_POLL | PAGE0X20}
www.eeworm.com/read/135465/13927685
c protocol.c
#include "Include.H"
const struct devinfo_t stDevInfo[] =
{
//Devices which support Page Programming.
{M8515 , DEV_TWD3 | DEV_POLL | PAGE0X20},
// {M8515B , DEV_TWD0 | DEV_POLL | PAGE0X20}
www.eeworm.com/read/132749/14074361
c flashlib.c
/* flashLib.c - Flash library */
/*
* am29LV320DB flash driver
* by Curt McDowell, 08-06-99, Broadcom Corp.
*/
/*
modification of TPOS
2c,06may03,lyx change flashDev[1] to 3M fit to
www.eeworm.com/read/235012/14088833
c spartan_drv.c
#define __KERNEL__
#define MODULE
#include
#include
#include
#include
#include
#include //IOCTL defi
www.eeworm.com/read/200732/15426338
h adi_at25f2048.h
/*******************************************************************************/
/* */
/* (C) Copyright 2004 - Analog D
www.eeworm.com/read/192352/8385234
cpp cbootloader.cpp
/*
cbootloader.cpp - part of flashtool for AVRUSBBoot, an USB bootloader for Atmel AVR controllers
Thomas Fischl
Creation Date..: 2006-03-18
Last change....: 2006-06-25
P
www.eeworm.com/read/291779/8396487
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x3000 is 0x30000 bytes = 196kB, more than enough for current
! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为
1 2 3 4 5 6
0x
www.eeworm.com/read/291779/8396656
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/291498/8412491
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
#include
www.eeworm.com/read/191952/8414347
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********