Home
last modified time | relevance | path

Searched refs:ETH_DMARXDESC_DBE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h793 #define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multi… macro
952 #define ETH_DRIBBLE_BIT_ERROR ETH_DMARXDESC_DBE
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h793 #define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multi… macro
952 #define ETH_DRIBBLE_BIT_ERROR ETH_DMARXDESC_DBE
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h244 ((FLAG) == ETH_DMARXDESC_DBE) || \
864 #define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multi… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h244 ((FLAG) == ETH_DMARXDESC_DBE) || \
836 #define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multi… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h244 ((FLAG) == ETH_DMARXDESC_DBE) || \
860 #define ETH_DMARXDESC_DBE 0x00000004U /*!< Dribble bit error: frame contains non int multi… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h244 ((FLAG) == ETH_DMARXDESC_DBE) || \
865 #define ETH_DMARXDESC_DBE ((uint32_t)0x00000004U) /*!< Dribble bit error: frame contains n… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c218 #define ETH_DMARXDESC_ERRORS_MASK ((uint32_t)(ETH_DMARXDESC_DBE | ETH_DMARXDESC_RE | \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c218 #define ETH_DMARXDESC_ERRORS_MASK ((uint32_t)(ETH_DMARXDESC_DBE | ETH_DMARXDESC_RE | \