LSB Macro

macros.h

# define LSB(w)

Parameters

w
a word (16 bits)
Returns
a byte (8 bits)


Summary

Returns the least significant byte.

See also

MSB


Return to the API index