E100_WAIT_SCB

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

e100_wait_scb - wait for SCB to clear  

SYNOPSIS

"SYNOPSIS"

unsigned char e100_wait_scb (struct e100_private * bdp);  

ARGUMENTS

bdp
atapter's private data struct
 

DESCRIPTION

This routine checks to see if the e100 has accepted a command. It does so by checking the command field in the SCB, which will be zeroed by the e100 upon accepting a command. The loop waits for up to 1 millisecond for command acceptance.  

RETURNS

true if the SCB cleared within 1 millisecond. false if it didn't clear within 1 millisecond


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS

This document was created by man2html, using the manual pages.
Time: 06:20:47 GMT, October 06, 2005