Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c891 assert_param( IS_ETH_PAUSE_TIME( macconf->PauseTime ) ); in HAL_ETH_ConfigMAC()
956 macconf->PauseTime << 16 ) | in HAL_ETH_ConfigMAC()
1185 macinit.PauseTime = 0x0uL; in ETH_MACDMAConfig()
1273 tmpreg |= ( uint32_t ) ( ( macinit.PauseTime << 16 ) | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h604 …uint32_t PauseTime; /*!< This field holds the value to be used in the Pause Time fi… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2067 macconf->PauseTime = ( READ_BIT( heth->Instance->MACTFCR, ETH_MACTFCR_PT ) >> 16 ); in HAL_ETH_GetMACConfig()
2549 ( macconf->PauseTime << 16 ) ); in ETH_SetMACConfig()
2645 macDefaultConf.PauseTime = 0x0; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h388 …uint32_t PauseTime; /*!< This field holds the value to be used in the… member