Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c895 assert_param( IS_ETH_RECEIVE_FLOWCONTROL( macconf->ReceiveFlowControl ) ); in HAL_ETH_ConfigMAC()
960 macconf->ReceiveFlowControl | in HAL_ETH_ConfigMAC()
1189 macinit.ReceiveFlowControl = ETH_RECEIVEFLOWCONTROL_DISABLE; in ETH_MACDMAConfig()
1277 macinit.ReceiveFlowControl | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h618 …uint32_t ReceiveFlowControl; /*!< Enables or disables the MAC to decode the received Pause f… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2070 …macconf->ReceiveFlowControl = ( READ_BIT( heth->Instance->MACRFCR, ETH_MACRFCR_RFE ) > 0U ) ? ENAB… in HAL_ETH_GetMACConfig()
2555 macregval = ( ( uint32_t ) macconf->ReceiveFlowControl | in ETH_SetMACConfig()
2648 macDefaultConf.ReceiveFlowControl = DISABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h401 …FunctionalState ReceiveFlowControl; /*!< Enables or disables the MAC to decodes the r… member