代码搜索:Notes

找到约 10,000 项符合「Notes」的源代码

代码结果 10,000
www.eeworm.com/read/309812/3703906

h nbuf.h

/* * File: nbuf.h * Purpose: Definitions for Network Buffer Allocation. * * Notes: These routines implement a static buffer scheme. * The buffer descriptors are as specified by the
www.eeworm.com/read/309812/3703937

h usb_main.h

/* * File: main.h * Purpose: * * Notes: * */ #ifndef __MAIN_H__ #define __MAIN_H__ /********************************************************************/ extern int usb_isr_debu
www.eeworm.com/read/309810/3703944

c example.c

/* * File: example.c * Purpose: Template for .c which contains the board-specific * routines that are required by dBUG * * Notes: * */ #include "src/i
www.eeworm.com/read/309810/3703961

h udp.h

/* * File: udp.h * Purpose: User Datagram Protocol, UDP, data definitions * * Notes: */ #ifndef _UDP_H #define _UDP_H /*****************************************************
www.eeworm.com/read/309810/3703966

h queue.h

/* * File: queue.h * Purpose: Implement a first in, first out linked list * * Notes: */ #ifndef _QUEUE_H_ #define _QUEUE_H_ /*******************************************************
www.eeworm.com/read/309810/3704235

c mcf5xxx_uart.c

/* * File: mcf5xxx_uart.c * Purpose: Provide common ColdFire UART initialization * * Notes: This file provides an initialization routine to enable * the specifi
www.eeworm.com/read/309810/3704239

c mcf5xxx_fecx.c

/* * File: fecx.c * Purpose: Driver for the Fast Ethernet Controller (FEC) * * Notes: For use with processors featuring multiple * ethernet controllers */ #include "src/incl
www.eeworm.com/read/309810/3704258

c dma_utils.c

/* * File: dma_utils.c * Purpose: General purpose utilities for the multi-channel DMA * * Notes: The methodology used in these utilities assumes that * no single initiator will
www.eeworm.com/read/309810/3704294

c mpc8xx_hi.c

/* * File: mpc8xx_hi.c * Purpose: High level MPC8XX specific support routines. * * Notes: * */ /*********************************************************************/ #inc
www.eeworm.com/read/309810/3704320

c mpc5xx_hi.c

/* * File: mpc5xx_hi.c * Purpose: High level MPC5XX specific support routines. * * Notes: * * Modifications: * */ /*******************************************************