Home
last modified time | relevance | path

Searched refs:MACLPIEvent (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth_ex.c535 return heth->MACLPIEvent; in HAL_ETHEx_GetMACLPIEvent()
Dstm32h7xx_hal_eth.c1595 heth->MACLPIEvent = READ_BIT(heth->Instance->MACPCSR, 0x0000000FU); in HAL_ETH_IRQHandler()
1605 heth->MACLPIEvent = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth_ex.c640 return heth->MACLPIEvent; in HAL_ETHEx_GetMACLPIEvent()
Dstm32h7rsxx_hal_eth.c1972 heth->MACLPIEvent = READ_BIT(heth->Instance->MACPCSR, 0x0000000FU); in HAL_ETH_IRQHandler()
1982 heth->MACLPIEvent = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth_ex.c640 return heth->MACLPIEvent; in HAL_ETHEx_GetMACLPIEvent()
Dstm32h5xx_hal_eth.c1990 heth->MACLPIEvent = READ_BIT(heth->Instance->MACLCSR, 0x0000000FU); in HAL_ETH_IRQHandler()
2000 heth->MACLPIEvent = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth_ex.c640 return heth->MACLPIEvent; in HAL_ETHEx_GetMACLPIEvent()
Dstm32h7xx_hal_eth.c1993 heth->MACLPIEvent = READ_BIT(heth->Instance->MACLCSR, 0x0000000FU); in HAL_ETH_IRQHandler()
2003 heth->MACLPIEvent = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h560 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h560 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h563 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h563 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h560 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h441 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h595 …__IO uint32_t MACLPIEvent; /*!< Holds the LPI event when the an LPI sta… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2134 heth->MACLPIEvent = READ_BIT(heth->Instance->MACLCSR, 0x0000000FU); in HAL_ETH_IRQHandler()
2144 heth->MACLPIEvent = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
Dstm32n6xx_hal_eth_ex.c701 return heth->MACLPIEvent; in HAL_ETHEx_GetMACLPIEvent()