Mistake on this page?
Report an issue in GitHub or email us
numaker_emac_config.h
1 /* Copyright (c) 2018 ARM Limited
2  *
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  *
15  *
16  * Description: NuMaker EMAC Config header file
17  */
18 
19 #ifndef NUMAKER_EMAC_CONFIG_H__
20 #define NUMAKER_EMAC_CONFIG_H__
21 
22 #define NU_RX_RING_LEN (8)
23 #define NU_TX_RING_LEN (4)
24 
25 #define NU_ETH_MAX_FLEN (1520)
26 
27 #define NU_HWADDR_SIZE (6)
28 
29 #define NU_ETH_MTU_SIZE 1500
30 #define NU_ETH_IF_NAME "nu"
31 
32 #define THREAD_STACKSIZE 512
33 
34 #endif // #define NUMAKER_EMAC_CONFIG_H__
35 
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.