NAME

vme_get_arbitration_timeout - Returns the current VMEbus arbitration timeout value.

SYNOPSIS

int vme_get_arbitration_timeout ( vme_bus_handle_t bus_handle, int * to )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

int * to

Returns the VMEbus arbitration timeout value in microseconds. A value of 0 indicates that the timeout timer is disabled. Valid values are 0, 16 and 256.

DESCRIPTION

Returns the current VMEbus arbitration timeout value.

RETURNS

0 on success, or -1 on failure.

SEE ALSO

vme_set_arbitration_timeout(3)