MSB Macro

macros.h

# define MSB(w)

Parameters

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


Summary

Returns the most significant byte.

See also

LSN


Return to the API index