STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
ETH Receive Store Forward

Macros

#define ETH_RECEIVESTOREFORWARD_ENABLE   ((uint32_t)0x02000000U)
 
#define ETH_RECEIVESTOREFORWARD_DISABLE   ((uint32_t)0x00000000U)
 

Detailed Description

Macro Definition Documentation

#define ETH_RECEIVESTOREFORWARD_DISABLE   ((uint32_t)0x00000000U)

Definition at line 1247 of file stm32f7xx_hal_eth.h.

#define ETH_RECEIVESTOREFORWARD_ENABLE   ((uint32_t)0x02000000U)

Definition at line 1246 of file stm32f7xx_hal_eth.h.