HAL + 0/24 examples
 
Symbols
loading...
Files
loading...

HAL_ETH_IRQHandler() function

This function handles ETH interrupt request.

Syntax

void HAL_ETH_IRQHandler(ETH_HandleTypeDef *heth);
Implemented in stm32f4xx_hal_eth.c:1870

Arguments

heth

pointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module

Return value

HAL status

Examples

HAL_ETH_IRQHandler() is referenced by 24 libraries and example projects.