Synopsis
#include <cruntime.h>
uint32_t __int32_lsr(uint32_t arg, int16_t bits);
Description
__int32_lsr shifts arg logically right by bits bit positions, shifting in zeroes from the left, and returns the shifted result.
Portability
__int32_lsr may not be provided on all implementations of CrossWorks.