Home
last modified time | relevance | path

Searched refs:MACErrorCode (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1559 heth->MACErrorCode = READ_REG(heth->Instance->MACRXTXSR); in HAL_ETH_IRQHandler()
1571 heth->MACErrorCode = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
2383 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c1937 heth->MACErrorCode = READ_REG(heth->Instance->MACRXTXSR); in HAL_ETH_IRQHandler()
1948 heth->MACErrorCode = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
2723 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c1958 heth->MACErrorCode = READ_REG(heth->Instance->MACRXTXSR); in HAL_ETH_IRQHandler()
1969 heth->MACErrorCode = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
2779 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c1955 heth->MACErrorCode = READ_REG(heth->Instance->MACRXTXSR); in HAL_ETH_IRQHandler()
1966 heth->MACErrorCode = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
2741 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1150 heth->MACErrorCode = HAL_ETH_ERROR_TIMEOUT; in HAL_ETHEx_SetPacketTypeQueue()
1198 heth->MACErrorCode = HAL_ETH_ERROR_TIMEOUT; in HAL_ETHEx_GetPacketTypeQueue()
Dstm32n6xx_hal_eth.c2099 heth->MACErrorCode = READ_REG(heth->Instance->MACRXTXSR); in HAL_ETH_IRQHandler()
2110 heth->MACErrorCode = (uint32_t)(0x0U); in HAL_ETH_IRQHandler()
2900 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h552MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h552MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h555MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h555MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h552MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h435 …__IO uint32_t MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a M… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h587MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status interrup… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2703 return heth->MACErrorCode; in HAL_ETH_GetMACError()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2703 return heth->MACErrorCode; in HAL_ETH_GetMACError()