Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c893 assert_param( IS_ETH_PAUSE_LOW_THRESHOLD( macconf->PauseLowThreshold ) ); in HAL_ETH_ConfigMAC()
958 macconf->PauseLowThreshold | in HAL_ETH_ConfigMAC()
1187 macinit.PauseLowThreshold = ETH_PAUSELOWTHRESHOLD_MINUS4; in ETH_MACDMAConfig()
1275 macinit.PauseLowThreshold | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h610 …uint32_t PauseLowThreshold; /*!< This field configures the threshold of the PAUSE to be che… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2066 macconf->PauseLowThreshold = READ_BIT( heth->Instance->MACTFCR, ETH_MACTFCR_PLT ); in HAL_ETH_GetMACConfig()
2547 macconf->PauseLowThreshold | in ETH_SetMACConfig()
2644 macDefaultConf.PauseLowThreshold = ETH_PAUSELOWTHRESHOLD_MINUS_4; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h393 …uint32_t PauseLowThreshold; /*!< This field configures the threshold of the P… member