SCD1283 INTEL [Intel Corporation], SCD1283 Datasheet - Page 50

no-image

SCD1283

Manufacturer Part Number
SCD1283
Description
IEEE 1284-Compatible Parallel Interface
Manufacturer
INTEL [Intel Corporation]
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
SCD128310QCE
Manufacturer:
NS/国半
Quantity:
20 000
CD1283 — IEEE 1284-Compatible Parallel Interface
50
When the SVCACK* is activated, the SVCREQP* is deactivated. If the SVCACKP* signal is not
activated, then the service request must be removed by clearing PpIreq (PIR[7]), and the source of
the interrupt must be determined by reading the LIVR, PIVR, or PIR. Regardless of the variation
performed, IntEn (PFCR[4]) must be toggled at the end of the service routine to inform the device
that the service routine has terminated.
service_par( )
{
state-machine request is active */
request is active */
by */
}
char
if (inportb(SVRR & 0x08)) { /* check for active service request */
}
livr_val = inportb(LIVR) & 0x07;
switch (livr_val) {
}
outportb(PFCR, inportb(PFCR & 0xEF);/* terminate service ack. sequence
outportb(PFCR, inportb(PFCR | 0x10);/* toggling IntEn bit in PFCR */
return(0);
livr_val;
case 4:
case 5:
case 6:
default:
service_par_chan();
break;
service_pipeline();
break;
service_par_chan();
service_pipeline();
break;
break;
/* just the parallel channel
/* just the data path pipeline
/* both requests are active */
Datasheet

Related parts for SCD1283