代码搜索:28J
找到约 53 项符合「28J」的源代码
代码结果 53
www.eeworm.com/read/456174/7356426
c enc28j60.c
/* enc28j60.c: EDTP FrameThrower style enc28j60 driver for Linux 2.4
*
* (c) Copyright 2006 American Microsystems Limited
* Written by David Anders.
*
* Based on the Procyon AVRlib enc28j60.
www.eeworm.com/read/198041/7955448
c enc28j60.c
/*! \file enc28j60.c \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.c'
// Title
www.eeworm.com/read/405321/11466098
c enc28j60.c
/*! \file enc28j60.c \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.c'
// Title
www.eeworm.com/read/346706/11731725
c enc28j60.c
/*! \file enc28j60.c \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.c'
// Title
www.eeworm.com/read/256040/12033843
h enc28j60.h
/*! \file enc28j60.h \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.h'
// Title
www.eeworm.com/read/256040/12033856
c enc28j60.c
/*! \file enc28j60.c \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.c'
// Title
www.eeworm.com/read/200724/15427024
c enc28j60.c
/*! \file enc28j60.c \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.c'
// Title
www.eeworm.com/read/432452/8604673
c enc28j60.c
#include "config.h"
static u8_t ENC28J60Bank=0;
static WORD_BYTES next_packet_ptr;
static u8_t mac[6]={'a','r','m','m','a','c'};
/**************************************************************
www.eeworm.com/read/419605/10854358
i enc28j60.i
unsigned char enc28j60ReadOp(unsigned char op, unsigned char address);
void enc28j60WriteOp(unsigned char op, unsigned char address, unsigned char data);
void enc28j60ReadB
www.eeworm.com/read/419605/10854360
c enc28j60.c
#include "enc28j60.h"
#include "mega64.h"
#include
unsigned char Enc28j60Bank;
unsigned int NextPacketPtr;
#define SPIE 7
#define SPE 6
#define DORD 5
#define MSTR 4
#defi