Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c1556 assert_param(IS_ETH_INTER_FRAME_GAP(macconf->InterFrameGap)); in HAL_ETH_ConfigMAC()
1590 macconf->InterFrameGap | in HAL_ETH_ConfigMAC()
1855 macinit.InterFrameGap = ETH_INTERFRAMEGAP_96BIT; in ETH_MACDMAConfig()
1910 macinit.InterFrameGap | in ETH_MACDMAConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h417 …uint32_t InterFrameGap; /*!< Selects the minimum IFG between frames during… member