rtems_status_code rtems_port_external_to_internal( rtems_id id, void *external, void **internal );
RTEMS_INVALID_ADDRESS
- internal
is NULL
RTEMS_SUCCESSFUL
- successful conversion
This directive converts a dual-ported memory address from external to internal representation for the specified port. If the given external address is invalid for the specified port, then the internal address is set to the given external address.
This directive is callable from an ISR.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation