STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH_PowerDownConfigTypeDef Struct Reference

ETH Power Down structure definition. More...

#include <stm32f4xx_hal_eth.h>

Collaboration diagram for ETH_PowerDownConfigTypeDef:

Data Fields

FunctionalState WakeUpPacket
 
FunctionalState MagicPacket
 
FunctionalState GlobalUnicast
 
FunctionalState WakeUpForward
 

Detailed Description

ETH Power Down structure definition.

Definition at line 651 of file stm32f4xx_hal_eth.h.

Field Documentation

◆ WakeUpPacket

FunctionalState ETH_PowerDownConfigTypeDef::WakeUpPacket

Enable or Disable Wake up packet detection in power down mode

Definition at line 653 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_EnterPowerDownMode().

◆ MagicPacket

FunctionalState ETH_PowerDownConfigTypeDef::MagicPacket

Enable or Disable Magic packet detection in power down mode

Definition at line 655 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_EnterPowerDownMode().

◆ GlobalUnicast

FunctionalState ETH_PowerDownConfigTypeDef::GlobalUnicast

Enable or Disable Global unicast packet detection in power down mode

Definition at line 657 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_EnterPowerDownMode().

◆ WakeUpForward

FunctionalState ETH_PowerDownConfigTypeDef::WakeUpForward

Enable or Disable Forwarding Wake up packets

Definition at line 659 of file stm32f4xx_hal_eth.h.


The documentation for this struct was generated from the following file: