Synopsis
#include <cruntime.h> int16_t __int16_lsl_asgn(int16_t *arg, int16_t bits);
Description
__int16_lsl_asgn updates the 16-bit integer pointed to by arg by shifting it left by bits bit positions. The shifted value is returned as the result.
Portability
__int16_lsl_asgn may not be provided on all implementations of CrossWorks.