代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/15240/440041
h ixosalosbuffermgt.h
/**
* @file IxOsalOsBufferMgt.h
*
* @brief vxworks-specific buffer management module definitions.
*
* Design Notes:
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
*
*
www.eeworm.com/read/15240/440048
h ixosalosixp400.h
/**
* @file IxOsalOsIxp400.h
*
* @brief OS and platform specific definitions
*
* Design Notes:
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
*
* @par
* Copyright 200
www.eeworm.com/read/15240/440054
h ixosalbuffermgt.h
/**
* @file IxOsalBufferMgt.h
*
* @brief OSAL Buffer pool management and buffer management definitions.
*
* Design Notes:
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
www.eeworm.com/read/15240/440078
h ixethmii_p.h
/**
* @file IxEthMii_p.h
*
* @author Intel Corporation
* @date
*
* @brief MII Header file
*
* Design Notes:
*
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
*
www.eeworm.com/read/15240/440116
h ixethaccmii_p.h
/**
* @file IxEthAccMii_p.h
*
* @author Intel Corporation
* @date
*
* @brief MII Header file
*
* Design Notes:
*
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
www.eeworm.com/read/15480/465459
wingtk readme.wingtk
March 30, 2000
Release notes MP3X (the LAME frame analyzer) for WIN32
===========================================================================
How to compile Lame with MP3x support:
You f
www.eeworm.com/read/16062/643944
c startup.c
/*
* File: startup.c
* Purpose: Generic Kinetis startup code
*
* Notes:
*/
#include "common.h"
#pragma section = ".data"
#pragma section = ".data_init"
#pragma section = ".bss"
www.eeworm.com/read/16063/644055
c startup.c
/*
* File: startup.c
* Purpose: Generic Kinetis startup code
*
* Notes:
*/
#include "common.h"
#pragma section = ".data"
#pragma section = ".data_init"
#pragma section = ".bss"
www.eeworm.com/read/16069/644930
c wdog.c
/*
* File: wdog.c
* Purpose: Provide common watchdog module routines
*
* Notes: Need to add more functionality. Right now it
* is just a disable routine since we know almost
www.eeworm.com/read/16069/644941
c enet.c
/*
* File: enet.c
* Purpose: Driver for the ENET controller
*
* Notes:
*/
#include "common.h"
#include "enet.h"
#include "nbuf.h"
#include "eth.h"
/****************************