HAL
HAL_ETH_STATE_RESET is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_ETH_STATE_RESET macro

Peripheral not yet Initialized or disabled

Syntax

#define HAL_ETH_STATE_RESET 0x00000000U

References

LocationText
stm32f4xx_hal_eth.h:1306
#define HAL_ETH_STATE_RESET 0x00000000U /*!< Peripheral not yet Initialized or disabled */
stm32f4xx_hal_eth.c:343
if (heth->gState == HAL_ETH_STATE_RESET)
stm32f4xx_hal_eth.c:442
heth->gState = HAL_ETH_STATE_RESET;