STM32F439xx HAL User Manual
Defines
ETH PMT Flags
ETH Exported Constants

Defines

#define ETH_PMT_FLAG_WUFFRPR   0x80000000U
#define ETH_PMT_FLAG_WUFR   0x00000040U
#define ETH_PMT_FLAG_MPR   0x00000020U

Define Documentation

#define ETH_PMT_FLAG_MPR   0x00000020U

Magic Packet Received

Definition at line 1430 of file stm32f4xx_hal_eth.h.

#define ETH_PMT_FLAG_WUFFRPR   0x80000000U

Wake-Up Frame Filter Register Pointer Reset

Definition at line 1428 of file stm32f4xx_hal_eth.h.

#define ETH_PMT_FLAG_WUFR   0x00000040U

Wake-Up Frame Received

Definition at line 1429 of file stm32f4xx_hal_eth.h.