RTEMS Logo

RTEMS 4.6.5 On-Line Library


Dual-Ported Memory Manager Creating a Port

PREV UP NEXT Bookshelf RTEMS C User's Guide

15.3.1: Creating a Port

The rtems_port_create directive creates a port into a DPMA with the user-defined name. The user specifies the association between internal and external representations for the port being created. RTEMS allocates a Dual-Ported Memory Control Block (DPCB) from the DPCB free list to maintain the newly created DPMA. RTEMS also generates a unique dual-ported memory port ID which is returned to the calling task. RTEMS does not initialize the dual-ported memory area or access any memory within it.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2004 OAR Corporation