代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

eeprom.map

Archive member included because of file (symbol) C:\Program Files\Rowley Associates Limited\CrossWorks for ARM 1.6\samples\Luminary_Stellaris_Driver_Library\lib\libdriver.a(gpio_GROUP_dirmodeset.o)

eeprom.ld

MEMORY { UNPLACED_SECTIONS (wx) : ORIGIN = 0x100000000, LENGTH = 0 Private_Peripheral_Bus (wx) : ORIGIN = 0xe0000000, LENGTH = 0x00100000 Peripherals (wx) : ORIGIN = 0x40020000, LENGTH = 0x0

eeprom.c

/* drivers/net/tulip/eeprom.c Maintained by Jeff Garzik Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be

eeprom.h

/* credit winbond-840.c */ #include struct eeprom_ops { void (*set_cs)(void *ee); void (*clear_cs)(void *ee); }; #define EEPOL_EEDI 0x01 #define EEPOL_EEDO 0x02 #define EEPOL_EECLK 0x0

eeprom.h

/* * Copyright 2004 Freescale Semiconductor. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modif

eeprom.c

/* * (C) Copyright 2001 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free so

eeprom.c

/* * (C) Copyright 2001 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free so

eeprom.h

/* * Copyright 2004 Freescale Semiconductor. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modif

eeprom.c

/* * Copyright 2004 Freescale Semiconductor. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modif

eeprom.h

/* * This file contains the data defintions that are stored in EEPROM */ #ifndef DECLARE // if DECLARE is not defined #define DECLARE extern // variables are ex