mpc57xx_eth_driver.h
Go to the documentation of this file.
1 /**
2  * @file mpc57xx_eth_driver.h
3  * @brief NXP MPC57xx Ethernet MAC driver
4  *
5  * @section License
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  *
9  * Copyright (C) 2010-2023 Oryx Embedded SARL. All rights reserved.
10  *
11  * This file is part of CycloneTCP Open.
12  *
13  * This program is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software Foundation,
25  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26  *
27  * @author Oryx Embedded SARL (www.oryx-embedded.com)
28  * @version 2.2.4
29  **/
30 
31 #ifndef _MPC57XX_ETH_DRIVER_H
32 #define _MPC57XX_ETH_DRIVER_H
33 
34 //Number of TX buffers
35 #ifndef MPC57XX_ETH_TX_BUFFER_COUNT
36  #define MPC57XX_ETH_TX_BUFFER_COUNT 3
37 #elif (MPC57XX_ETH_TX_BUFFER_COUNT < 1)
38  #error MPC57XX_ETH_TX_BUFFER_COUNT parameter is not valid
39 #endif
40 
41 //TX buffer size
42 #ifndef MPC57XX_ETH_TX_BUFFER_SIZE
43  #define MPC57XX_ETH_TX_BUFFER_SIZE 1536
44 #elif (MPC57XX_ETH_TX_BUFFER_SIZE != 1536)
45  #error MPC57XX_ETH_TX_BUFFER_SIZE parameter is not valid
46 #endif
47 
48 //Number of RX buffers
49 #ifndef MPC57XX_ETH_RX_BUFFER_COUNT
50  #define MPC57XX_ETH_RX_BUFFER_COUNT 6
51 #elif (MPC57XX_ETH_RX_BUFFER_COUNT < 1)
52  #error MPC57XX_ETH_RX_BUFFER_COUNT parameter is not valid
53 #endif
54 
55 //RX buffer size
56 #ifndef MPC57XX_ETH_RX_BUFFER_SIZE
57  #define MPC57XX_ETH_RX_BUFFER_SIZE 1536
58 #elif (MPC57XX_ETH_RX_BUFFER_SIZE != 1536)
59  #error MPC57XX_ETH_RX_BUFFER_SIZE parameter is not valid
60 #endif
61 
62 //Ethernet interrupt priority
63 #ifndef MPC57XX_ETH_IRQ_PRIORITY
64  #define MPC57XX_ETH_IRQ_PRIORITY 10
65 #elif (MPC57XX_ETH_IRQ_PRIORITY < 0)
66  #error MPC57XX_ETH_IRQ_PRIORITY parameter is not valid
67 #endif
68 
69 //Enhanced transmit buffer descriptor
70 #define ENET_TBD0_R 0x80000000
71 #define ENET_TBD0_TO1 0x40000000
72 #define ENET_TBD0_W 0x20000000
73 #define ENET_TBD0_TO2 0x10000000
74 #define ENET_TBD0_L 0x08000000
75 #define ENET_TBD0_TC 0x04000000
76 #define ENET_TBD0_DATA_LENGTH 0x0000FFFF
77 #define ENET_TBD1_DATA_POINTER 0xFFFFFFFF
78 #define ENET_TBD2_INT 0x40000000
79 #define ENET_TBD2_TS 0x20000000
80 #define ENET_TBD2_PINS 0x10000000
81 #define ENET_TBD2_IINS 0x08000000
82 #define ENET_TBD2_TXE 0x00008000
83 #define ENET_TBD2_UE 0x00002000
84 #define ENET_TBD2_EE 0x00001000
85 #define ENET_TBD2_FE 0x00000800
86 #define ENET_TBD2_LCE 0x00000400
87 #define ENET_TBD2_OE 0x00000200
88 #define ENET_TBD2_TSE 0x00000100
89 #define ENET_TBD4_BDU 0x80000000
90 #define ENET_TBD5_TIMESTAMP 0xFFFFFFFF
91 
92 //Enhanced receive buffer descriptor
93 #define ENET_RBD0_E 0x80000000
94 #define ENET_RBD0_RO1 0x40000000
95 #define ENET_RBD0_W 0x20000000
96 #define ENET_RBD0_RO2 0x10000000
97 #define ENET_RBD0_L 0x08000000
98 #define ENET_RBD0_M 0x01000000
99 #define ENET_RBD0_BC 0x00800000
100 #define ENET_RBD0_MC 0x00400000
101 #define ENET_RBD0_LG 0x00200000
102 #define ENET_RBD0_NO 0x00100000
103 #define ENET_RBD0_CR 0x00040000
104 #define ENET_RBD0_OV 0x00020000
105 #define ENET_RBD0_TR 0x00010000
106 #define ENET_RBD0_DATA_LENGTH 0x0000FFFF
107 #define ENET_RBD1_DATA_POINTER 0xFFFFFFFF
108 #define ENET_RBD2_ME 0x80000000
109 #define ENET_RBD2_PE 0x04000000
110 #define ENET_RBD2_CE 0x02000000
111 #define ENET_RBD2_UC 0x01000000
112 #define ENET_RBD2_INT 0x00800000
113 #define ENET_RBD2_VPCP 0x0000E000
114 #define ENET_RBD2_ICE 0x00000020
115 #define ENET_RBD2_PCR 0x00000010
116 #define ENET_RBD2_VLAN 0x00000004
117 #define ENET_RBD2_IPV6 0x00000002
118 #define ENET_RBD2_FRAG 0x00000001
119 #define ENET_RBD3_HEADER_LENGTH 0xF8000000
120 #define ENET_RBD3_PROTOCOL_TYPE 0x00FF0000
121 #define ENET_RBD3_PAYLOAD_CHECKSUM 0x0000FFFF
122 #define ENET_RBD4_BDU 0x80000000
123 #define ENET_RBD5_TIMESTAMP 0xFFFFFFFF
124 
125 //C++ guard
126 #ifdef __cplusplus
127 extern "C" {
128 #endif
129 
130 //MPC57xx Ethernet MAC driver
131 extern const NicDriver mpc57xxEthDriver;
132 
133 //MPC57xx Ethernet MAC related functions
135 void mpc57xxEthInitGpio(NetInterface *interface);
136 void mpc57xxEthInitBufferDesc(NetInterface *interface);
137 
138 void mpc57xxEthTick(NetInterface *interface);
139 
140 void mpc57xxEthEnableIrq(NetInterface *interface);
141 void mpc57xxEthDisableIrq(NetInterface *interface);
142 void mpc57xxEthEventHandler(NetInterface *interface);
143 
145  const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary);
146 
148 
151 
152 void mpc57xxEthWritePhyReg(uint8_t opcode, uint8_t phyAddr,
153  uint8_t regAddr, uint16_t data);
154 
155 uint16_t mpc57xxEthReadPhyReg(uint8_t opcode, uint8_t phyAddr,
156  uint8_t regAddr);
157 
158 uint32_t mpc57xxEthCalcCrc(const void *data, size_t length);
159 
160 //C++ guard
161 #ifdef __cplusplus
162 }
163 #endif
164 
165 #endif
uint8_t length
Definition: coap_common.h:193
uint8_t opcode
Definition: dns_common.h:172
void mpc57xxEthEventHandler(NetInterface *interface)
MPC57xx Ethernet MAC event handler.
void mpc57xxEthInitBufferDesc(NetInterface *interface)
Initialize buffer descriptors.
uint8_t data[]
Definition: ethernet.h:220
Structure describing a buffer that spans multiple chunks.
Definition: net_mem.h:89
void mpc57xxEthInitGpio(NetInterface *interface)
GPIO configuration.
const NicDriver mpc57xxEthDriver
MPC57xx Ethernet MAC driver.
error_t
Error codes.
Definition: error.h:43
uint16_t mpc57xxEthReadPhyReg(uint8_t opcode, uint8_t phyAddr, uint8_t regAddr)
Read PHY register.
void mpc57xxEthDisableIrq(NetInterface *interface)
Disable interrupts.
error_t mpc57xxEthReceivePacket(NetInterface *interface)
Receive a packet.
#define NetInterface
Definition: net.h:36
uint32_t mpc57xxEthCalcCrc(const void *data, size_t length)
CRC calculation.
#define NetTxAncillary
Definition: net_misc.h:36
void mpc57xxEthEnableIrq(NetInterface *interface)
Enable interrupts.
error_t mpc57xxEthUpdateMacAddrFilter(NetInterface *interface)
Configure MAC address filtering.
uint16_t regAddr
error_t mpc57xxEthSendPacket(NetInterface *interface, const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary)
Send a packet.
error_t mpc57xxEthInit(NetInterface *interface)
MPC57xx Ethernet MAC initialization.
error_t mpc57xxEthUpdateMacConfig(NetInterface *interface)
Adjust MAC configuration parameters for proper operation.
void mpc57xxEthTick(NetInterface *interface)
MPC57xx Ethernet MAC timer handler.
NIC driver.
Definition: nic.h:283
void mpc57xxEthWritePhyReg(uint8_t opcode, uint8_t phyAddr, uint8_t regAddr, uint16_t data)
Write PHY register.