RoateLeft - 2023.1 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

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.

Table 1. RotateLeft Arguments
Name Description
Input Value to be rotated to the left
Width Number of bits in the input data

Returns

The resulting unsigned long value of the rotate left