參數(shù)資料
型號: CD1865
廠商: Intel Corp.
英文描述: Intelligent Eight-Channel Communications Controller
中文描述: 智能八通道通信控制器
文件頁數(shù): 92/150頁
文件大?。?/td> 871K
代理商: CD1865
CD1865
Intelligent Eight-Channel Communications Controller
92
Datasheet
// Signal to the CD1865 that the current
interrupt
// Service is concluded.
return;
}
Transmit Interrupt Service
Service_Tx(unsigned char chan)
{
unsigned char
int i;
channel, vector,c;
vector= Read_Byte(0x85); // Perform hardware acknowledge
channel = Read_Byte(GSCR1) >> 2;
if (channel==chan){
for (i=1; i<= 8 && !quit_tx ; i++){
// Make sure correct channel
Set_Byte(TDR, txm_str[tx_ptr[chan]++] );
if (tx_ptr[chan] >= strlen(txm_str) ){
tx_ptr[chan] = 0; // Reset the pointer back to the
quit_tx = 1;
}
}//for
}//if
else
Tx_chan_err = 1;
// Wrong transmitting channel.
Set_Byte(EOSRR, 0x00);
// Set Transmit End of Int Reg.
// The Transmit End of Interrupt Register must
// Be written to by the corresponding host
// Interrupt service routine to signal to the
// CD1865 that the current interrupt service
// Is concluded.
return;
}
Modem Interrupt Service
Service_Mdm()
{
unsigned char channel, vector;
vector = Read_Byte(MRAR);
//vector = Read_Byte(0x81);
// hardware acknowledge.
// Software acknowledge using MRAR
// Comment out the previous line, if using
channel = Read_Byte(GSCR1) >> 2;
switch(Read_Byte(MCR)&0xe0)
{
case 32: // case of CTS change interrupt
{
printf(" CTR has a changed state. \n");
break;
}
case 64: // case of CD change interrupt
{
printf(" CD has a changed state.\n");
break;
相關(guān)PDF資料
PDF描述
CD22100 CMOS 4 x 4 Crosspoint Switch with Control Memory High-Voltage Type (20V Rating)
CD22100E CMOS 4 x 4 Crosspoint Switch with Control Memory High-Voltage Type (20V Rating)
CD22100F CMOS 4 x 4 Crosspoint Switch with Control Memory High-Voltage Type (20V Rating)
CD22101 CMOS 4 x 4 x 2 Crosspoint Switch with Control Memory
CD22101E CMOS 4 x 4 x 2 Crosspoint Switch with Control Memory
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
CD1865N 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Analog IC
CD1865P 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Analog IC
CD1866N 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Analog IC
CD1866P 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Analog IC
CD1867N 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Analog IC