NAME

vme_set_bus_timeout - Sets the VMEbus timeout value.

SYNOPSIS

int vme_set_bus_timeout ( vme_bus_handle_t bus_handle, int to )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

int to

VMEbus timeout value, in microseconds. A value of 0 indicates that the timer is disabled. Valid values are 0, 16, 32, 64, 128, 256, 512, and 1024.

DESCRIPTION

Sets the VMEbus timeout value.

RETURNS

0 on success, -1 on failure.

SEE ALSO

vme_get_bus_timeout(3)