leftRotateDWORD Macro

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
leftRotateDWORD Macro
C
#define leftRotateDWORD(x, n) (((x) << (n)) | ((x) >> (32-(n))))
Description

Rotations are more efficient in C30 and C32

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.