 |
Index for Section 9 |
|
 |
Alphabetical listing for V |
|
 |
Bottom of page |
|
vba_display_addr_type(9r)
NAME
vba_display_addr_type - VMEbus: Prints the address type
SYNOPSIS
void vba_display_addr_type(
vme_atype_t atype );
ARGUMENTS
atype
Specifies the address space and access mode of the VMEbus device's
control and status register (CSR) area, which should match what you
passed in a previous call to the vba_map_csr() routine.
DESCRIPTION
The vba_display_addr_type() routine prints on the console terminal the
value of the address space and access mode of the CSR area during device
autoconfiguration.
RETURN VALUES
None
SEE ALSO
Data Structures: driver(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for V |
|
 |
Top of page |
|