uint32_t rtems_name
This type is used to represent a Classic API object name.
rtems_status_code _RTEMS_Name_to_id(uint32_t name, uint32_t node, Objects_Id *id, const Objects_Information *information)
Calls _Objects_Name_to_id_u32() and converts the status.
Classic Semaphore Manager Implementation.
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
rtems_status_code rtems_semaphore_ident(rtems_name name, uint32_t node, rtems_id *id)
Identifies a semaphore object by the specified object name.
Objects_Id rtems_id
Values of this type identify an RTEMS object.
Objects_Information _Semaphore_Information
The Classic Semaphore objects information.
Implementation Interfaces for Classic Objects.