Searched refs:ReceiveFlowControl (Results 1 – 4 of 4) sorted by relevance
895 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()
618 …uint32_t ReceiveFlowControl; /*!< Enables or disables the MAC to decode the received Pause f… member
2070 …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()
401 …FunctionalState ReceiveFlowControl; /*!< Enables or disables the MAC to decodes the r… member