STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
ETH Power Down structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
FunctionalState | WakeUpPacket |
FunctionalState | MagicPacket |
FunctionalState | GlobalUnicast |
FunctionalState | WakeUpForward |
ETH Power Down structure definition.
Definition at line 651 of file stm32f4xx_hal_eth.h.
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().
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().
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().
FunctionalState ETH_PowerDownConfigTypeDef::WakeUpForward |
Enable or Disable Forwarding Wake up packets
Definition at line 659 of file stm32f4xx_hal_eth.h.