Synopsis
#include <cruntime.h>
uint16_t __int16_lsr(uint16_t arg, int16_t bits);
Description

__int16_lsr shifts arg logically right by bits bit positions, shifting in zeroes from the left, and returns the shifted result.

Portability

__int16_lsr may not be provided on all implementations of CrossWorks.