STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | HAL_ETH_ERROR_NONE 0x00000000U |
#define | HAL_ETH_ERROR_PARAM 0x00000001U |
#define | HAL_ETH_ERROR_BUSY 0x00000002U |
#define | HAL_ETH_ERROR_TIMEOUT 0x00000004U |
#define | HAL_ETH_ERROR_DMA 0x00000008U |
#define | HAL_ETH_ERROR_MAC 0x00000010U |
#define HAL_ETH_ERROR_NONE 0x00000000U |
#include <stm32f4xx_hal_eth.h>
No error
Definition at line 874 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors(), HAL_ETH_Init(), HAL_ETH_Transmit(), and HAL_ETH_Transmit_IT().
#define HAL_ETH_ERROR_PARAM 0x00000001U |
#include <stm32f4xx_hal_eth.h>
Busy error
Definition at line 875 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData(), HAL_ETH_Transmit(), and HAL_ETH_Transmit_IT().
#define HAL_ETH_ERROR_BUSY 0x00000002U |
#include <stm32f4xx_hal_eth.h>
Parameter error
Definition at line 876 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors(), HAL_ETH_Transmit(), and HAL_ETH_Transmit_IT().
#define HAL_ETH_ERROR_TIMEOUT 0x00000004U |
#include <stm32f4xx_hal_eth.h>
Timeout error
Definition at line 877 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_Init(), and HAL_ETH_Transmit().
#define HAL_ETH_ERROR_DMA 0x00000008U |
#include <stm32f4xx_hal_eth.h>
DMA transfer error
Definition at line 878 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_IRQHandler(), and HAL_ETH_Transmit().
#define HAL_ETH_ERROR_MAC 0x00000010U |
#include <stm32f4xx_hal_eth.h>
MAC transfer error
Definition at line 879 of file stm32f4xx_hal_eth.h.