NAME

vme_set_arbitration_timeout - Sets the VMEbus arbitration timeout value.

SYNOPSIS

vme_set_arbitration_timeout ( vme_bus_handle_t bus_handle, int to )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

int to

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

DESCRIPTION

Sets the VMEbus arbitration timeout value.

RETURNS

0 on success, or -1 on failure.

SEE ALSO

vme_get_arbitration_timeout(3)