RTEMS CPU Kit with SuperCore
Data Structures | Functions
dpmem.h File Reference
#include <rtems/rtems/types.h>
#include <rtems/rtems/status.h>
Include dependency graph for dpmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Dual_ported_memory_Control
 The following structure defines the port control block. More...
 

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 into a dual-ported memory area. More...
 
rtems_status_code rtems_port_ident (rtems_name name, rtems_id *id)
 RTEMS Port Name to Id. More...
 
rtems_status_code rtems_port_delete (rtems_id id)
 RTEMS Delete Port. More...
 
rtems_status_code rtems_port_external_to_internal (rtems_id id, void *external, void **internal)
 RTEMS Port External to Internal. More...
 
rtems_status_code rtems_port_internal_to_external (rtems_id id, void *internal, void **external)
 RTEMS Port Internal to External. More...