Nuvoton NUC472 Ethernet MAC driver. More...
#include "core/nic.h"Go to the source code of this file.
Data Structures | |
| struct | Nuc472TxDmaDesc | 
| TX DMA descriptor.  More... | |
| struct | Nuc472RxDmaDesc | 
| RX DMA descriptor.  More... | |
Functions | |
| error_t | nuc472EthInit (NetInterface *interface) | 
| NUC472 Ethernet MAC initialization.  More... | |
| void | nuc472EthInitGpio (NetInterface *interface) | 
| GPIO configuration.  More... | |
| void | nuc472EthInitDmaDesc (NetInterface *interface) | 
| Initialize DMA descriptor lists.  More... | |
| void | nuc472EthTick (NetInterface *interface) | 
| NUC472 Ethernet MAC timer handler.  More... | |
| void | nuc472EthEnableIrq (NetInterface *interface) | 
| Enable interrupts.  More... | |
| void | nuc472EthDisableIrq (NetInterface *interface) | 
| Disable interrupts.  More... | |
| void | nuc472EthEventHandler (NetInterface *interface) | 
| NUC472 Ethernet MAC event handler.  More... | |
| error_t | nuc472EthSendPacket (NetInterface *interface, const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary) | 
| Send a packet.  More... | |
| error_t | nuc472EthReceivePacket (NetInterface *interface) | 
| Receive a packet.  More... | |
| error_t | nuc472EthUpdateMacAddrFilter (NetInterface *interface) | 
| Configure MAC address filtering.  More... | |
| error_t | nuc472EthUpdateMacConfig (NetInterface *interface) | 
| Adjust MAC configuration parameters for proper operation.  More... | |
| void | nuc472EthWritePhyReg (uint8_t opcode, uint8_t phyAddr, uint8_t regAddr, uint16_t data) | 
| Write PHY register.  More... | |
| uint16_t | nuc472EthReadPhyReg (uint8_t opcode, uint8_t phyAddr, uint8_t regAddr) | 
| Read PHY register.  More... | |
Variables | |
| const NicDriver | nuc472EthDriver | 
| NUC472 Ethernet MAC driver.  More... | |
Detailed Description
Nuvoton NUC472 Ethernet MAC driver.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
 - 2.5.4
 
Definition in file nuc472_eth_driver.h.
Macro Definition Documentation
◆ EMAC_RXDES0_ALIEIF
| #define EMAC_RXDES0_ALIEIF 0x00200000 | 
Definition at line 112 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_CRCEIF
| #define EMAC_RXDES0_CRCEIF 0x00020000 | 
Definition at line 115 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_LPIF
| #define EMAC_RXDES0_LPIF 0x00080000 | 
Definition at line 114 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_OWNER
| #define EMAC_RXDES0_OWNER 0x80000000 | 
Definition at line 109 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_RBC
| #define EMAC_RXDES0_RBC 0x0000FFFF | 
Definition at line 117 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_RPIF
| #define EMAC_RXDES0_RPIF 0x00400000 | 
Definition at line 111 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_RTSAS
| #define EMAC_RXDES0_RTSAS 0x00800000 | 
Definition at line 110 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_RXGDIF
| #define EMAC_RXDES0_RXGDIF 0x00100000 | 
Definition at line 113 of file nuc472_eth_driver.h.
◆ EMAC_RXDES0_RXIF
| #define EMAC_RXDES0_RXIF 0x00010000 | 
Definition at line 116 of file nuc472_eth_driver.h.
◆ EMAC_RXDES1_RXBSA
| #define EMAC_RXDES1_RXBSA 0xFFFFFFFF | 
Definition at line 118 of file nuc472_eth_driver.h.
◆ EMAC_RXDES3_NRXDSA
| #define EMAC_RXDES3_NRXDSA 0xFFFFFFFF | 
Definition at line 119 of file nuc472_eth_driver.h.
◆ EMAC_TXDES0_CRCAPP
| #define EMAC_TXDES0_CRCAPP 0x00000002 | 
Definition at line 90 of file nuc472_eth_driver.h.
◆ EMAC_TXDES0_INTEN
| #define EMAC_TXDES0_INTEN 0x00000004 | 
Definition at line 89 of file nuc472_eth_driver.h.
◆ EMAC_TXDES0_OWNER
| #define EMAC_TXDES0_OWNER 0x80000000 | 
Definition at line 87 of file nuc472_eth_driver.h.
◆ EMAC_TXDES0_PADEN
| #define EMAC_TXDES0_PADEN 0x00000001 | 
Definition at line 91 of file nuc472_eth_driver.h.
◆ EMAC_TXDES0_TTSEN
| #define EMAC_TXDES0_TTSEN 0x00000008 | 
Definition at line 88 of file nuc472_eth_driver.h.
◆ EMAC_TXDES1_TXBSA
| #define EMAC_TXDES1_TXBSA 0xFFFFFFFF | 
Definition at line 92 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_COLCNT
| #define EMAC_TXDES2_COLCNT 0xF0000000 | 
Definition at line 93 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_DEF
| #define EMAC_TXDES2_DEF 0x00020000 | 
Definition at line 103 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_EXDEFIF
| #define EMAC_TXDES2_EXDEFIF 0x00100000 | 
Definition at line 101 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_LCIF
| #define EMAC_TXDES2_LCIF 0x00800000 | 
Definition at line 98 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_NCSIF
| #define EMAC_TXDES2_NCSIF 0x00200000 | 
Definition at line 100 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_NTXDSA
| #define EMAC_TXDES2_NTXDSA 0xFFFFFFFF | 
Definition at line 106 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_SQE
| #define EMAC_TXDES2_SQE 0x04000000 | 
Definition at line 95 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TBC
| #define EMAC_TXDES2_TBC 0x0000FFFF | 
Definition at line 105 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TTSAS
| #define EMAC_TXDES2_TTSAS 0x08000000 | 
Definition at line 94 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TXABTIF
| #define EMAC_TXDES2_TXABTIF 0x00400000 | 
Definition at line 99 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TXCPIF
| #define EMAC_TXDES2_TXCPIF 0x00080000 | 
Definition at line 102 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TXHALT
| #define EMAC_TXDES2_TXHALT 0x01000000 | 
Definition at line 97 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TXIF
| #define EMAC_TXDES2_TXIF 0x00010000 | 
Definition at line 104 of file nuc472_eth_driver.h.
◆ EMAC_TXDES2_TXPAUSED
| #define EMAC_TXDES2_TXPAUSED 0x02000000 | 
Definition at line 96 of file nuc472_eth_driver.h.
◆ NUC472_ETH_IRQ_GROUP_PRIORITY
| #define NUC472_ETH_IRQ_GROUP_PRIORITY 12 | 
Definition at line 74 of file nuc472_eth_driver.h.
◆ NUC472_ETH_IRQ_PRIORITY_GROUPING
| #define NUC472_ETH_IRQ_PRIORITY_GROUPING 3 | 
Definition at line 67 of file nuc472_eth_driver.h.
◆ NUC472_ETH_IRQ_SUB_PRIORITY
| #define NUC472_ETH_IRQ_SUB_PRIORITY 0 | 
Definition at line 81 of file nuc472_eth_driver.h.
◆ NUC472_ETH_RX_BUFFER_COUNT
| #define NUC472_ETH_RX_BUFFER_COUNT 4 | 
Definition at line 53 of file nuc472_eth_driver.h.
◆ NUC472_ETH_RX_BUFFER_SIZE
| #define NUC472_ETH_RX_BUFFER_SIZE 1536 | 
Definition at line 60 of file nuc472_eth_driver.h.
◆ NUC472_ETH_TX_BUFFER_COUNT
| #define NUC472_ETH_TX_BUFFER_COUNT 2 | 
Definition at line 39 of file nuc472_eth_driver.h.
◆ NUC472_ETH_TX_BUFFER_SIZE
| #define NUC472_ETH_TX_BUFFER_SIZE 1536 | 
Definition at line 46 of file nuc472_eth_driver.h.
Function Documentation
◆ nuc472EthDisableIrq()
| void nuc472EthDisableIrq | ( | NetInterface * | interface | ) | 
Disable interrupts.
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 369 of file nuc472_eth_driver.c.
◆ nuc472EthEnableIrq()
| void nuc472EthEnableIrq | ( | NetInterface * | interface | ) | 
Enable interrupts.
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 340 of file nuc472_eth_driver.c.
◆ nuc472EthEventHandler()
| void nuc472EthEventHandler | ( | NetInterface * | interface | ) | 
NUC472 Ethernet MAC event handler.
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 462 of file nuc472_eth_driver.c.
◆ nuc472EthInit()
| error_t nuc472EthInit | ( | NetInterface * | interface | ) | 
NUC472 Ethernet MAC initialization.
- Parameters
 - 
  
[in] interface Underlying network interface  
- Returns
 - Error code
 
Definition at line 114 of file nuc472_eth_driver.c.
◆ nuc472EthInitDmaDesc()
| void nuc472EthInitDmaDesc | ( | NetInterface * | interface | ) | 
Initialize DMA descriptor lists.
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 259 of file nuc472_eth_driver.c.
◆ nuc472EthInitGpio()
| void nuc472EthInitGpio | ( | NetInterface * | interface | ) | 
GPIO configuration.
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 214 of file nuc472_eth_driver.c.
◆ nuc472EthReadPhyReg()
| uint16_t nuc472EthReadPhyReg | ( | uint8_t | opcode, | 
| uint8_t | phyAddr, | ||
| uint8_t | regAddr | ||
| ) | 
Read PHY register.
- Parameters
 - 
  
[in] opcode Access type (2 bits) [in] phyAddr PHY address (5 bits) [in] regAddr Register address (5 bits)  
- Returns
 - Register value
 
Definition at line 759 of file nuc472_eth_driver.c.
◆ nuc472EthReceivePacket()
| error_t nuc472EthReceivePacket | ( | NetInterface * | interface | ) | 
Receive a packet.
- Parameters
 - 
  
[in] interface Underlying network interface  
- Returns
 - Error code
 
Definition at line 558 of file nuc472_eth_driver.c.
◆ nuc472EthSendPacket()
| error_t nuc472EthSendPacket | ( | NetInterface * | interface, | 
| const NetBuffer * | buffer, | ||
| size_t | offset, | ||
| NetTxAncillary * | ancillary | ||
| ) | 
Send a packet.
- Parameters
 - 
  
[in] interface Underlying network interface [in] buffer Multi-part buffer containing the data to send [in] offset Offset to the first data byte [in] ancillary Additional options passed to the stack along with the packet  
- Returns
 - Error code
 
Definition at line 487 of file nuc472_eth_driver.c.
◆ nuc472EthTick()
| void nuc472EthTick | ( | NetInterface * | interface | ) | 
NUC472 Ethernet MAC timer handler.
This routine is periodically called by the TCP/IP stack to handle periodic operations such as polling the link state
- Parameters
 - 
  
[in] interface Underlying network interface  
Definition at line 315 of file nuc472_eth_driver.c.
◆ nuc472EthUpdateMacAddrFilter()
| error_t nuc472EthUpdateMacAddrFilter | ( | NetInterface * | interface | ) | 
Configure MAC address filtering.
- Parameters
 - 
  
[in] interface Underlying network interface  
- Returns
 - Error code
 
Definition at line 630 of file nuc472_eth_driver.c.
◆ nuc472EthUpdateMacConfig()
| error_t nuc472EthUpdateMacConfig | ( | NetInterface * | interface | ) | 
Adjust MAC configuration parameters for proper operation.
- Parameters
 - 
  
[in] interface Underlying network interface  
- Returns
 - Error code
 
Definition at line 676 of file nuc472_eth_driver.c.
◆ nuc472EthWritePhyReg()
| void nuc472EthWritePhyReg | ( | uint8_t | opcode, | 
| uint8_t | phyAddr, | ||
| uint8_t | regAddr, | ||
| uint16_t | data | ||
| ) | 
Write PHY register.
- Parameters
 - 
  
[in] opcode Access type (2 bits) [in] phyAddr PHY address (5 bits) [in] regAddr Register address (5 bits) [in] data Register value  
Definition at line 719 of file nuc472_eth_driver.c.
Variable Documentation
◆ nuc472EthDriver
      
  | 
  extern | 
NUC472 Ethernet MAC driver.
Definition at line 87 of file nuc472_eth_driver.c.
