STM32H735xx HAL User Manual
Defines
ETH Preamble Length
ETH Exported Constants

Defines

#define ETH_PREAMBLELENGTH_7   ETH_MACCR_PRELEN_7
#define ETH_PREAMBLELENGTH_5   ETH_MACCR_PRELEN_5
#define ETH_PREAMBLELENGTH_3   ETH_MACCR_PRELEN_3

Define Documentation

#define ETH_PREAMBLELENGTH_3   ETH_MACCR_PRELEN_3

Definition at line 1261 of file stm32h7xx_hal_eth.h.

#define ETH_PREAMBLELENGTH_5   ETH_MACCR_PRELEN_5

Definition at line 1260 of file stm32h7xx_hal_eth.h.

#define ETH_PREAMBLELENGTH_7   ETH_MACCR_PRELEN_7

Definition at line 1259 of file stm32h7xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().