Home
last modified time | relevance | path

Searched refs:xCount (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c819 BaseType_t xCount = 0; in uxGetOwnCount() local
830 xCount++; in uxGetOwnCount()
834 return xCount; in uxGetOwnCount()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c637 static BaseType_t xCount = 0; in usGenerateProtocolChecksum() local
640 if( xCount < 5 ) /* LCOV_EXCL_BR_LINE */ in usGenerateProtocolChecksum()
644 xCount++; in usGenerateProtocolChecksum()
DFreeRTOS_ARP.c1201 BaseType_t x, xCount = 0; in FreeRTOS_PrintARPCache() local
1219 xCount++; in FreeRTOS_PrintARPCache()
1223 FreeRTOS_printf( ( "Arp has %ld entries\n", xCount ) ); in FreeRTOS_PrintARPCache()
DFreeRTOS_IP.c1560 static BaseType_t xCount = 0; in prvAllowIPPacket() local
1563 if( xCount < 5 ) /* LCOV_EXCL_BR_LINE */ in prvAllowIPPacket()
1567 xCount++; in prvAllowIPPacket()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c953 BaseType_t xCount = 6; in prvGetHashIndex() local
956 while( xCount-- ) in prvGetHashIndex()