代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/426950/8990237
ncb mac.ncb
www.eeworm.com/read/283700/8995311
h mac.h
#ifndef __MAC_H
#define __MAC_H
#define RX_FRAME_SIZE 64
#define TX_FRAME_SIZE 16
struct frame_desc_struct {
unsigned long frame_data_ptr; // [31] Ownership 0=CPU, 1=BDMA
unsigned long reserved;
www.eeworm.com/read/283700/8995374
c mac.c
#include "types.h"
#include "bioscall.h"
#include "eth.h"
#include "board.h"
#include "mac.h"
static struct frame_desc_struct rx_fd[RX_FRAME_SIZE];
static struct frame_desc_struct tx_fd[TX_FRAM
www.eeworm.com/read/283700/8995393
o mac.o
www.eeworm.com/read/283667/8999462
h mac.h
#ifndef __MAC_H
#define __MAC_H
int board_eth_init(void);
int board_eth_send(unsigned char *data, unsigned int len);
int board_eth_rcv(unsigned char *data, unsigned int *len);
int board_eth_get_addr(
www.eeworm.com/read/283667/8999504
c mac.c
#include "..\config.h"
#include "AT91RM9200.h"
#include "lib_AT91RM9200.h"
#include "Emac.h"
#include "eth.h"
#include "mac.h"
#include "utils.h"
#include "console.h"
#ifdef TFTP_SUPPORT
www.eeworm.com/read/426733/9003004
h mac.h
#ifndef MAC_H
#define MAC_H
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////// 公用相关配置 /////
www.eeworm.com/read/426733/9003036
c mac.c
/*
V0.1 Initial Release 10/July/2006 RBR
*/
#include "compiler.h"
#include "lrwpan_config.h" //user configurations
#include "lrwpan_common_types.h" //types common acrosss m
www.eeworm.com/read/382533/9022890
h mac.h
#ifndef __MAC_H
#define __MAC_H
int s3c44b0_eth_init(void);
int s3c44b0_eth_send(unsigned char *data, unsigned int len);
int s3c44b0_eth_rcv(unsigned char *data, unsigned int *len);
int s3c44b0_eth_g
www.eeworm.com/read/382276/9039542
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\ctrl2cap.res \
$(_OBJ_DIR)\alpha\ctrl2cap.obj
PASS0_ALPHA_OBJECTS=
AXP64_OBJECTS= \
$(_OBJ_DIR)\axp64\ctrl2cap.res \
$(_OBJ_DIR)\axp64\ctrl