MCUSW
|
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 0. More... | |
void | Eth_TxIrqHdlr_0 (void) |
ISR for frame transmission interrupts of the indexed controller 0. More... | |
void | Eth_RxIrqPacingHdlr_0 (void) |
ISR for RX pacing interrupts of the indexed controller 0. More... | |
void | Eth_TxIrqPacingHdlr_0 (void) |
ISR for TX pacing interrupts of the indexed controller 0. More... | |
void | Eth_MdioIrqHdlr (void) |
ISR for MDIO interrupts of all controllers. More... | |