rtems_name rtems_build_name( uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4 );
Returns a name constructed from the four characters.
This service takes the four characters provided as arguments
and constructs a thirty-two bit object name with c1
in the most significant byte and c4
in the least
significant byte.
This directive is strictly local and does not impact task scheduling.
Copyright © 1988-2008 OAR Corporation