RTEMS 6.1-rc2
|
This header file defines the Dual-Ported Memory Manager API. More...
Go to the source code of this file.
Functions | |
rtems_status_code | rtems_port_create (rtems_name name, void *internal_start, void *external_start, uint32_t length, rtems_id *id) |
Creates a port. | |
rtems_status_code | rtems_port_ident (rtems_name name, rtems_id *id) |
Identifies a port by the object name. | |
rtems_status_code | rtems_port_delete (rtems_id id) |
Deletes the port. | |
rtems_status_code | rtems_port_external_to_internal (rtems_id id, void *external, void **internal) |
Converts the external address to the internal address. | |
rtems_status_code | rtems_port_internal_to_external (rtems_id id, void *internal, void **external) |
Converts the internal address to the external address. | |
This header file defines the Dual-Ported Memory Manager API.