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

ETH_DMARXDESC_DBE macro

Dribble bit error: frame contains non int multiple of 8 bits

Syntax

#define ETH_DMARXDESC_DBE 0x00000004U

References

LocationText
stm32f4xx_hal_eth.h:795
#define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multiple of 8 bits */
stm32f4xx_hal_eth_legacy.h:860
#define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multiple of 8 bits */
stm32f4xx_hal_eth.c:218
#define ETH_DMARXDESC_ERRORS_MASK ((uint32_t)(ETH_DMARXDESC_DBE | ETH_DMARXDESC_RE | \