RTEMS  5.0.0
Data Fields
drvmgr_map_entry Struct Reference

#include <drvmgr.h>

Data Fields

char * name
 
unsigned int size
 
char * from_adr
 
char * to_adr
 

Detailed Description

MAP entry. Describes an linear address space translation. Untranslated Start, Translated Start and length.

Used by bus drivers to describe the address translation needed for the translation driver interface.

Field Documentation

◆ from_adr

char* drvmgr_map_entry::from_adr

Start address of access window used to reach into remote bus

◆ name

char* drvmgr_map_entry::name

Map Name

◆ size

unsigned int drvmgr_map_entry::size

Size of map window

◆ to_adr

char* drvmgr_map_entry::to_adr

Start address of remote system address range


The documentation for this struct was generated from the following file: