Searched refs:speed (Results 1 – 9 of 9) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/ |
HD | x_emacpsif_physpeed.c | 436 unsigned speed ) in configure_IEEE_phy_speed() argument 463 if( speed == 1000 ) in configure_IEEE_phy_speed() 468 else if( speed == 100 ) in configure_IEEE_phy_speed() 478 else if( speed == 10 ) in configure_IEEE_phy_speed() 504 int speed ) in SetUpSLCRDivisors() argument 526 if( speed == 1000 ) in SetUpSLCRDivisors() 531 else if( speed == 100 ) in SetUpSLCRDivisors() 542 if( speed == 1000 ) in SetUpSLCRDivisors() 559 else if( speed == 100 ) in SetUpSLCRDivisors()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/ |
HD | NetworkInterface.c | 234 .speed = kPHY_Speed100M, /* Use 100 Mbps configuration (maximum possible 257 static status_t xEMACInit( phy_speed_t speed, 315 phy_speed_t speed; in prvNXP1060_NetworkInterfaceInitialise() local 345 xStatus = PHY_GetLinkSpeedDuplex( &phyHandle, &speed, &duplex ); in prvNXP1060_NetworkInterfaceInitialise() 359 xStatus = xEMACInit( speed, duplex ); in prvNXP1060_NetworkInterfaceInitialise() 819 static status_t xEMACInit( phy_speed_t speed, in xEMACInit() argument 864 config.miiSpeed = ( enet_mii_speed_t ) speed; in xEMACInit()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/ |
HD | x_emacpsif_physpeed.c | 266 unsigned speed, in configure_IEEE_phy_speed_US() argument 288 if( speed == 1000 ) in configure_IEEE_phy_speed_US() 293 else if( speed == 100 ) in configure_IEEE_phy_speed_US() 303 else if( speed == 10 ) in configure_IEEE_phy_speed_US() 991 s32 speed ) in SetUpSLCRDivisors() argument 1024 if( speed == 1000 ) in SetUpSLCRDivisors() 1041 else if( speed == 100 ) in SetUpSLCRDivisors() 1110 if( speed == 1000 ) in SetUpSLCRDivisors() 1141 else if( speed == 100 ) in SetUpSLCRDivisors() 1254 if( speed == 1000 ) in SetUpSLCRDivisors() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/ |
HD | NetworkInterface.c | 289 phy_speed_t speed; in xNetworkInterfaceInitialise() local 291 PHY_GetLinkSpeedDuplex( &phyHandle, &speed, &duplex ); in xNetworkInterfaceInitialise() 296 config.miiSpeed = ( enet_mii_speed_t ) speed; in xNetworkInterfaceInitialise()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
HD | NetworkInterface.c | 642 uint32_t speed = 0, duplex = 0; in prvEthernetUpdateConfig() local 668 speed = ETH_SPEED_10M; in prvEthernetUpdateConfig() 672 speed = ETH_SPEED_100M; in prvEthernetUpdateConfig() 678 MACConf.Speed = speed; in prvEthernetUpdateConfig()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
HD | ethernet_phy.h | 115 unsigned char speed; member
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/ |
HD | readme.md | 95 The best size for `ETH_RXBUFNB` and `ETH_TXBUFNB` depends on the speed of the CPU. These macro's de…
|
/FreeRTOS-Plus-TCP-v4.0.0/ |
HD | MISRA.md | 33 - MISRA C-2012 Rule 2.2 Unions are used for checksum computation to speed up the
|
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
HD | config.doxyfile | 472 # the optimal cache size from a speed point of view. 481 # speed. At this moment only the input processing can be done using multiple 2476 # speed.
|