Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c2248 …d HAL_ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2252 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
2253 ((uint32_t)pPowerDownConfig->WakeUpPacket << 2) | in HAL_ETH_EnterPowerDownMode()
2254 ((uint32_t)pPowerDownConfig->GlobalUnicast << 9) | in HAL_ETH_EnterPowerDownMode()
2255 ((uint32_t)pPowerDownConfig->WakeUpForward << 10) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2593 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2597 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
2598 ((uint32_t)pPowerDownConfig->WakeUpPacket << 2) | in HAL_ETH_EnterPowerDownMode()
2599 ((uint32_t)pPowerDownConfig->GlobalUnicast << 9) | in HAL_ETH_EnterPowerDownMode()
2600 ((uint32_t)pPowerDownConfig->WakeUpForward << 10) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2649 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2653 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
2654 ((uint32_t)pPowerDownConfig->WakeUpPacket << 2) | in HAL_ETH_EnterPowerDownMode()
2655 ((uint32_t)pPowerDownConfig->GlobalUnicast << 9) | in HAL_ETH_EnterPowerDownMode()
2656 ((uint32_t)pPowerDownConfig->WakeUpForward << 10) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2611 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2615 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
2616 ((uint32_t)pPowerDownConfig->WakeUpPacket << 2) | in HAL_ETH_EnterPowerDownMode()
2617 ((uint32_t)pPowerDownConfig->GlobalUnicast << 9) | in HAL_ETH_EnterPowerDownMode()
2618 ((uint32_t)pPowerDownConfig->WakeUpForward << 10) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2770 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2774 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << 1) | in HAL_ETH_EnterPowerDownMode()
2775 ((uint32_t)pPowerDownConfig->WakeUpPacket << 2) | in HAL_ETH_EnterPowerDownMode()
2776 ((uint32_t)pPowerDownConfig->GlobalUnicast << 9) | in HAL_ETH_EnterPowerDownMode()
2777 ((uint32_t)pPowerDownConfig->WakeUpForward << 10) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2564 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2568 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << ETH_MACPMTCSR_MPE_Pos) | in HAL_ETH_EnterPowerDownMode()
2569 ((uint32_t)pPowerDownConfig->WakeUpPacket << ETH_MACPMTCSR_WFE_Pos) | in HAL_ETH_EnterPowerDownMode()
2570 ((uint32_t)pPowerDownConfig->GlobalUnicast << ETH_MACPMTCSR_GU_Pos) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2564 …ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, const ETH_PowerDownConfigTypeDef *pPowerDownConfig) in HAL_ETH_EnterPowerDownMode() argument
2568 powerdownconfig = (((uint32_t)pPowerDownConfig->MagicPacket << ETH_MACPMTCSR_MPE_Pos) | in HAL_ETH_EnterPowerDownMode()
2569 ((uint32_t)pPowerDownConfig->WakeUpPacket << ETH_MACPMTCSR_WFE_Pos) | in HAL_ETH_EnterPowerDownMode()
2570 ((uint32_t)pPowerDownConfig->GlobalUnicast << ETH_MACPMTCSR_GU_Pos) | in HAL_ETH_EnterPowerDownMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h1784 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h1784 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h1978 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h1978 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h1810 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h1643 … HAL_ETH_EnterPowerDownMode(ETH_HandleTypeDef *heth, ETH_PowerDownConfigTypeDef *pPowerDownConfig);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h2059 const ETH_PowerDownConfigTypeDef *pPowerDownConfig);