Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c1577 assert_param(IS_ETH_RECEIVE_FLOWCONTROL(macconf->ReceiveFlowControl)); in HAL_ETH_ConfigMAC()
1645 macconf->ReceiveFlowControl | in HAL_ETH_ConfigMAC()
1885 macinit.ReceiveFlowControl = ETH_RECEIVEFLOWCONTROL_DISABLE; in ETH_MACDMAConfig()
1979 macinit.ReceiveFlowControl | in ETH_MACDMAConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h491 …uint32_t ReceiveFlowControl; /*!< Enables or disables the MAC to decode the rec… member