Home
last modified time | relevance | path

Searched refs:MagicPacket (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h654 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h654 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h655 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h655 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h654 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h528 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h704 …FunctionalState MagicPacket; /*!< Enable or Disable Magic packet detection in power down mode … member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2568 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << ETH_MACPMTCSR_MPE_Pos) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c2252 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2568 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << ETH_MACPMTCSR_MPE_Pos) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2597 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2653 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2615 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2774 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()