MCUSW
Eth_Irq.h File Reference

Introduction

This file contains ISR function declaration for Ethernet driver.

Go to the source code of this file.

Macros

#define ETH_START_SEC_ISR_CODE
 
#define ETH_STOP_SEC_ISR_CODE
 
Eth Driver ISR category level

Definitions for Eth Driver ISR ISR category level.

#define ETH_ISR_VOID   (0x00U)
 void ISR type More...
 
#define ETH_ISR_CAT1   (0x01U)
 Category 1 ISR type. More...
 
#define ETH_ISR_CAT2   (0x02U)
 Category 2 ISR type. More...
 

Functions

void Eth_RxIrqHdlr_0 (void)
 ISR for frame reception interrupts of the indexed controller. More...
 
void Eth_TxIrqHdlr_0 (void)
 ISR for frame transmission interrupts of the indexed controller. More...
 
ETH_ISR_TEXT_SECTION void Eth_RxIrqPacingHdlr_0 (void)
 
ETH_ISR_TEXT_SECTION void Eth_TxIrqPacingHdlr_0 (void)
 
void Eth_MdioIrqHdlr_0 (void)
 ISR for MDIO interrupts of the indexed controller. More...