Home
last modified time | relevance | path

Searched refs:InterFrameGap (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDstm32fxx_hal_eth.c874 assert_param( IS_ETH_INTER_FRAME_GAP( macconf->InterFrameGap ) ); in HAL_ETH_ConfigMAC()
909 macconf->InterFrameGap | in HAL_ETH_ConfigMAC()
1155 macinit.InterFrameGap = ETH_INTERFRAMEGAP_96BIT; in ETH_MACDMAConfig()
1214 macinit.InterFrameGap | in ETH_MACDMAConfig()
HDstm32fxx_hal_eth.h544 …uint32_t InterFrameGap; /*!< Selects the minimum IFG between frames during transmission. member