代码搜索:NVRAM

找到约 1,414 项符合「NVRAM」的源代码

代码结果 1,414
www.eeworm.com/read/9514/168993

lst nvram.lst

C51 COMPILER V8.18 NVRAM 09/29/2009 23:58:03 PAGE 1 C51 COMPILER V8.18, COMPILATION OF MODULE NVRAM OBJECT MODULE PLACED IN .
www.eeworm.com/read/9514/169071

h nvram.h

#ifndef _NVRAM_H_ #define _NVRAM_H_ #ifdef _NVRAM_C_ #define _NVRAMDEC_ #else #define _NVRAMDEC_ extern #endif _NVRAMDEC_ void NVRam_WriteByte(WORD addr, BYTE value); //_NVRAMDEC_ v
www.eeworm.com/read/9514/169163

c nvram.c

#define _NVRAM_C_ #include "types.h" #include "i2c.h" #include "board.h" #include "misc.h" #include "global.h" #include "Reg52.h" #include "debug.h" #define NVRAM_DEVICE 0xA0 #define rm
www.eeworm.com/read/15240/441776

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/17071/713244

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/494783/1155547

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/490851/1195342

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/489559/1219845

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/486883/1246137

c nvram.c

/* * (C) Copyright 2002 * Thomas Frieden, Hyperion Entertainment * ThomasF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This progra
www.eeworm.com/read/486037/1254908

h nvram.h

#ifndef _LINUX_NVRAM_H #define _LINUX_NVRAM_H #include /* /dev/nvram ioctls */ #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */ #define NVRAM_SETCKS _IO('p',