/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 421 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 970 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1045 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3203 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 390 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 971 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1041 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 2997 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 421 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 970 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1045 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3203 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 422 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 933 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1008 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3305 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 422 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 933 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1008 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3371 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 422 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 933 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1008 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3323 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth.c | 428 heth->ErrorCode = HAL_ETH_ERROR_NONE; in HAL_ETH_Init() 964 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 0) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit() 1045 if (ETH_Prepare_Tx_Descriptors(heth, pTxConfig, 1) != HAL_ETH_ERROR_NONE) in HAL_ETH_Transmit_IT() 3565 return HAL_ETH_ERROR_NONE; in ETH_Prepare_Tx_Descriptors()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 1019 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 1019 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 890 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 890 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 1019 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 892 #define HAL_ETH_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth.h | 1070 #define HAL_ETH_ERROR_NONE 0x00000000U /*!< No error */ macro
|