1 | /*
|
---|
2 | * TINET (TCP/IP Protocol Stack)
|
---|
3 | *
|
---|
4 | * Copyright (C) 2001-2009 by Dep. of Computer Science and Engineering
|
---|
5 | * Tomakomai National College of Technology, JAPAN
|
---|
6 | * Copyright (C) 2014 Cores Co., Ltd. Japan
|
---|
7 | *
|
---|
8 | * ãLì ÒÍCȺÌ(1)`(4)Ìðð½·êÉÀèC{\tgEF
|
---|
9 | * Ai{\tgEFAðüϵ½àÌðÜÞDȺ¯¶jðgpE¡»Eü
|
---|
10 | * ÏEÄzziȺCpÆÄÔj·é±Æð³Åø·éD
|
---|
11 | * (1) {\tgEFAð\[XR[hÌ`Åp·éêÉÍCãLÌì
|
---|
12 | * \¦C±Ìpð¨æÑºLÌ³ÛØKèªC»ÌÜÜÌ`Å\[
|
---|
13 | * XR[hÉÜÜêĢ鱯D
|
---|
14 | * (2) {\tgEFAðCCu`®ÈÇC¼Ì\tgEFAJÉg
|
---|
15 | * pÅ«é`ÅÄzz·éêÉÍCÄzzɺ¤hL
|
---|
16 | gip
|
---|
17 | * Ò}j
|
---|
18 | AÈÇjÉCãLÌì \¦C±Ìpð¨æÑºL
|
---|
19 | * Ì³ÛØKèðfÚ·é±ÆD
|
---|
20 | * (3) {\tgEFAðC@íÉgÝÞÈÇC¼Ì\tgEFAJÉg
|
---|
21 | * pūȢ`ÅÄzz·éêÉÍCÌ¢¸ê©Ìðð½·±
|
---|
22 | * ÆD
|
---|
23 | * (a) Äzzɺ¤hL
|
---|
24 | gipÒ}j
|
---|
25 | AÈÇjÉCãLÌ
|
---|
26 | * ì \¦C±Ìpð¨æÑºLÌ³ÛØKèðfÚ·é±ÆD
|
---|
27 | * (b) ÄzzÌ`ÔðCÊÉèßéû@ÉæÁÄCTOPPERSvWFNgÉ
|
---|
28 | * ñ·é±ÆD
|
---|
29 | * (4) {\tgEFAÌpÉæè¼ÚIܽÍÔÚIɶ¶é¢©Èé¹
|
---|
30 | * Q©çàCãLì Ò¨æÑTOPPERSvWFNgðÆÓ·é±ÆD
|
---|
31 | * ܽC{\tgEFAÌ[UܽÍGh[U©çÌ¢©Èé
|
---|
32 | * RÉîÿ©çàCãLì Ò¨æÑTOPPERSvWFNgð
|
---|
33 | * ÆÓ·é±ÆD
|
---|
34 | *
|
---|
35 | * {\tgEFAÍC³ÛØÅñ³êÄ¢éàÌÅ éDãLì Ò¨
|
---|
36 | * æÑTOPPERSvWFNgÍC{\tgEFAÉÖµÄCÁèÌgpÚI
|
---|
37 | * ÉηéK«àÜßÄC¢©ÈéÛØàsíÈ¢DܽC{\tgEF
|
---|
38 | * AÌpÉæè¼ÚIܽÍÔÚIɶ¶½¢©Èé¹QÉÖµÄàC»
|
---|
39 | * ÌÓCðíÈ¢D
|
---|
40 | *
|
---|
41 | * @(#) $Id: if_rx62n.h 164 2016-03-07 11:33:50Z coas-nagasima $
|
---|
42 | */
|
---|
43 |
|
---|
44 | /*
|
---|
45 | * Copyright (C) 1993, David Greenman. This software may be used, modified,
|
---|
46 | * copied, distributed, and sold, in both source and binary form provided
|
---|
47 | * that the above copyright and these terms are retained. Under no
|
---|
48 | * circumstances is the author responsible for the proper functioning
|
---|
49 | * of this software, nor does the author assume any responsibility
|
---|
50 | * for damages incurred with its use.
|
---|
51 | */
|
---|
52 |
|
---|
53 | #ifndef _IF_RX62N_H_
|
---|
54 | #define _IF_RX62N_H_
|
---|
55 |
|
---|
56 | #include "target_config.h"
|
---|
57 |
|
---|
58 | #define INHNO_IF_RX62N_TRX INT_ETH_EINT /* pPbgóM */
|
---|
59 | #define INTNO_IF_RX62N_TRX INT_ETH_EINT /* pPbgóM */
|
---|
60 | #define INTATR_IF_RX62N_TRX (TA_NULL) /* Ý®« */
|
---|
61 | #define INTPRI_IF_RX62N_TRX (-1) /* ÝDæx */
|
---|
62 |
|
---|
63 | #define NUM_IF_RX62N_RXBUF 2
|
---|
64 | #define NUM_IF_RX62N_TXBUF 2
|
---|
65 | #define IF_RX62N_BUF_PAGE_SIZE 1518 /* obt@TCY */
|
---|
66 |
|
---|
67 | /*
|
---|
68 | * Ö
|
---|
69 | */
|
---|
70 |
|
---|
71 | extern void if_rx62n_trx_handler(void);
|
---|
72 |
|
---|
73 | #endif /* of #ifndef _IF_RX62N_H_ */
|
---|