代码搜索:ETHERNET

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

代码结果 10,000
www.eeworm.com/read/16778/687907

c ethernet.c

//***************************************************************************** // // ethernet.c - Driver for the Integrated Ethernet Controller // // Copyright (c) 2006-2010 Texas Instruments Inc
www.eeworm.com/read/16778/687947

h ethernet.h

//***************************************************************************** // // ethernet.h - Defines and Macros for the ethernet module. // // Copyright (c) 2006-2010 Texas Instruments Incor
www.eeworm.com/read/18975/806168

sch ethernet.sch

www.eeworm.com/read/35780/895566

c ethernet.c

#define ETHERNET_GLOBALS #include "config.h" #include "../include/cfg_net.h" uint8 My_Ip_1ID[4]=MY_IP_1ID; uint8 My_Gateway_1ID[4]=MY_GATEWAY_1ID; uint8 MY_IP_MARK_1ID[4]=IP_MARK_1ID; uint8 MY
www.eeworm.com/read/35780/895572

h ethernet.h

#ifdef ETHERNET_GLOBALS #define ETHERNET_EXT #else #define ETHERNET_EXT extern #endif #define IP_PACKED 0x01 #define ARP_PACKED 0x02 #define MAX_NET_PORT 0x01 typedef struct {
www.eeworm.com/read/35780/895606

c ethernet.c

#define ETHERNET_GLOBALS #include "config.h" #include "../include/cfg_net.h" uint8 My_Ip_1ID[4]=MY_IP_1ID; uint8 My_Gateway_1ID[4]=MY_GATEWAY_1ID; uint8 MY_IP_MARK_1ID[4]=IP_MARK_1ID; uint8 MY
www.eeworm.com/read/35780/895612

h ethernet.h

#ifdef ETHERNET_GLOBALS #define ETHERNET_EXT #else #define ETHERNET_EXT extern #endif #define IP_PACKED 0x01 #define ARP_PACKED 0x02 #define MAX_NET_PORT 0x01 typedef struct {
www.eeworm.com/read/34870/1046546

c ethernet.c

#define __ETHERNET #include "ethernet.h" #undef __ETHERNET //********************** Global Variable ********************** volatile u8_t *udppack = 0; // 接收的udp包的IP指针 volatile u8_t PktBuf
www.eeworm.com/read/34870/1046551

h ethernet.h

#ifndef ETHERNET_H #define ETHERNET_H //********************** Including Libs ********************** #include #include //#include "comdef.h" #include "dm9000.h" #incl
www.eeworm.com/read/35012/1051319

c ethernet.c

//***************************************************************************** // // ethernet.c - Driver for the Integrated Ethernet Controller // // Copyright (c) 2006-2009 Luminary Micro, Inc.