Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c896 assert_param( IS_ETH_TRANSMIT_FLOWCONTROL( macconf->TransmitFlowControl ) ); in HAL_ETH_ConfigMAC()
961 macconf->TransmitFlowControl ); in HAL_ETH_ConfigMAC()
1190 macinit.TransmitFlowControl = ETH_TRANSMITFLOWCONTROL_DISABLE; in ETH_MACDMAConfig()
1278 macinit.TransmitFlowControl ); in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h622 …uint32_t TransmitFlowControl; /*!< Enables or disables the MAC to transmit Pause frames (Full… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2064 …macconf->TransmitFlowControl = ( ( READ_BIT( heth->Instance->MACTFCR, ETH_MACTFCR_TFE ) >> 1 ) > 0… in HAL_ETH_GetMACConfig()
2546 macregval = ( ( ( uint32_t ) macconf->TransmitFlowControl << 1 ) | in ETH_SetMACConfig()
2657 macDefaultConf.TransmitFlowControl = DISABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h396 …FunctionalState TransmitFlowControl; /*!< Enables or disables the MAC to transmit Paus… member