procedure Port_Internal_To_External ( ID : in RTEMS.ID; Internal : in RTEMS.Address; External : out RTEMS.Address; Result : out RTEMS.Status_Codes );
RTEMS.INVALID_ADDRESS
- external
is NULL
RTEMS.SUCCESSFUL
- successful conversion
This directive converts a dual-ported memory address from internal to external representation so that it can be passed to owner of the DPMA represented by the specified port. If the given internal address is an invalid dual-ported address, then the external address is set to the given internal address.
This directive is callable from an ISR.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation