Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c180 static uint32_t prvGenerateCRC32( const uint8_t * ucAddress );
930 static uint32_t prvGenerateCRC32( const uint8_t * ucAddress ) in prvGenerateCRC32() function
962 uint32_t ulCrc = prvGenerateCRC32( ucAddress ); in prvGetHashIndex()