STM32H735xx HAL User Manual
|
ETH Power Down structure definition. More...
#include <stm32h7xx_hal_eth.h>
Data Fields | |
FunctionalState | WakeUpPacket |
FunctionalState | MagicPacket |
FunctionalState | GlobalUnicast |
FunctionalState | WakeUpForward |
ETH Power Down structure definition.
Definition at line 525 of file stm32h7xx_hal_eth.h.
FunctionalState ETH_PowerDownConfigTypeDef::GlobalUnicast |
Enable or Disable Global unicast packet detection in power down mode
Definition at line 530 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_EnterPowerDownMode().
FunctionalState ETH_PowerDownConfigTypeDef::MagicPacket |
Enable or Disable Magic packet detection in power down mode
Definition at line 528 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_EnterPowerDownMode().
FunctionalState ETH_PowerDownConfigTypeDef::WakeUpForward |
Enable or Disable Forwarding Wake up packets
Definition at line 532 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_EnterPowerDownMode().
FunctionalState ETH_PowerDownConfigTypeDef::WakeUpPacket |
Enable or Disable Wake up packet detection in power down mode
Definition at line 526 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_EnterPowerDownMode().