STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define ETH_PMT_FLAG_WUFFRPR   ((uint32_t)0x80000000U)
 
#define ETH_PMT_FLAG_WUFR   ((uint32_t)0x00000040U)
 
#define ETH_PMT_FLAG_MPR   ((uint32_t)0x00000020U)
 

Detailed Description

Macro Definition Documentation

#define ETH_PMT_FLAG_MPR   ((uint32_t)0x00000020U)

Magic Packet Received

Definition at line 1434 of file stm32f7xx_hal_eth.h.

#define ETH_PMT_FLAG_WUFFRPR   ((uint32_t)0x80000000U)

Wake-Up Frame Filter Register Pointer Reset

Definition at line 1432 of file stm32f7xx_hal_eth.h.

#define ETH_PMT_FLAG_WUFR   ((uint32_t)0x00000040U)

Wake-Up Frame Received

Definition at line 1433 of file stm32f7xx_hal_eth.h.