procedure Port_External_To_Internal ( ID : in RTEMS.ID; External : in RTEMS.Address; Internal : out RTEMS.Address; Result : out RTEMS.Status_Codes );
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