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