A SERVICE OF

logo

ETHERNET COMMUNICATION MODULE
Sample hash table code
338 Hardware Reference NS9215
bp = rotate (bp, RIGHT, 1);
}
}
// CRC calculation done. The 6-bit result resides in bit
// locations 28:23
result = (crc >> 23) & 0x3f;
return result;
}