Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c1576 assert_param(IS_ETH_UNICAST_PAUSE_FRAME_DETECT(macconf->UnicastPauseFrameDetect)); in HAL_ETH_ConfigMAC()
1644 macconf->UnicastPauseFrameDetect | in HAL_ETH_ConfigMAC()
1884 macinit.UnicastPauseFrameDetect = ETH_UNICASTPAUSEFRAMEDETECT_DISABLE; in ETH_MACDMAConfig()
1978 macinit.UnicastPauseFrameDetect | in ETH_MACDMAConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h487 …uint32_t UnicastPauseFrameDetect; /*!< Selects or not the MAC detection of the Pause… member