<< Previous | Next >>

qd_error

char qd_error( int channel );

Description

Gets the current error bits for that qd channel. This function is intended to be used with the Rabbit 3000 and Rabbit 4000.

Parameters

channel
The channel to read errors from (currently 1 or 2).

Return Value

Set of error flags, that can be decoded with the following masks:

   

QD_OVERFLOW       0x01
QD_UNDERFLOW      0x02

Library

QD.LIB (was in R3000.LIB prior to DC 10)


Dynamic C Functions << Previous | Next >> rabbit.com