Synopsis
uint16_t __int16_lsl_asgn(uint16_t *arg,
                          int bits);
Description

__int16_lsl_asgn updates the 16-bit unsigned integer pointed to by arg by shifting it left by bits bit positions, shifting in zeros in from the right. The shifted value is returned as the result.