Rotates the provided value to the left one bit position.
Prototype
u32 RotateLeft(u32 Input, u8 Width);
Parameters
The following table lists the RotateLeft
function arguments.
Name | Description |
---|---|
Input | is value to be rotated to the left |
Width | is the number of bits in the input data |