欢迎访问ic37.com |
会员登录 免费注册
发布采购

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第301页浏览型号PEB2086N的Datasheet PDF文件第302页浏览型号PEB2086N的Datasheet PDF文件第303页浏览型号PEB2086N的Datasheet PDF文件第304页浏览型号PEB2086N的Datasheet PDF文件第306页浏览型号PEB2086N的Datasheet PDF文件第307页浏览型号PEB2086N的Datasheet PDF文件第308页浏览型号PEB2086N的Datasheet PDF文件第309页  
Low Level Controller  
if (Two)  
{
/* two byte control field ?  
*/  
if (pt->pt_rx_cnt == 0)  
frame_status = MUTILATED;  
if (pt->pt_rx_cnt > 0)  
pt->pt_rx_cnt--;  
ctrl <<= 8;  
ctrl |= (WORD) *ptr++;  
}
break;  
}
if (pt->pt_rx_cnt > 260)  
{
/* I part greater than 260 ?  
/* must reset the controller  
*/  
*/  
pt->pt_rx_frame = PT_FR_OVERFLOW;  
N201_ERROR(pei);  
outp (pt->pt_r_cmdr, CMDR_RMC | CMDR_RHR | CMDR_XRES);  
outp (pt->pt_r_timr, inp(pt->pt_r_timr));  
pt->pt_state |= PT_HDLC_RESET;  
FREE_TX_PATH (pt->pt_pei);  
}
else  
if (!CR_of_I_valid)  
{
/* C/R of I frame invalid in TE ?  
/* prevent acknowledging S-frame  
/* beeing sent and create  
*/  
*/  
*/  
*/  
/* PROTOCOL_ERROR message.  
pt->pt_rx_frame = PT_FR_FAULT;  
PROTOCOL_ERROR (pt->pt_pei);  
/* must reset the controller  
*/  
outp (pt->pt_r_cmdr, CMDR_RMC | CMDR_RHR | CMDR_XRES);  
outp (pt->pt_r_timr, inp(pt->pt_r_timr));  
pt->pt_state |= PT_HDLC_RESET;  
FREE_TX_PATH (pt->pt_pei);  
}
else  
outp (pt->pt_r_cmdr, CMDR_RMC | (inp (pt->pt_r_star) & CMDR_RNR));  
/* enter ’RMC’ command if not  
*/  
/************************************************************************/  
/*  
*/  
*/  
*/  
*/  
*/  
*/  
*/  
/* Now all information about the received frame is available:  
/*  
/*  
/*  
/*  
/*  
- performed address recognition or TEI and SAPI values.  
- HDLC control field  
- type of frame (HDLC U, UI, S, I frame).  
- info about the validity of the frame  
/************************************************************************/  
if (rsta = (rsta & (RSTA_RDO | RSTA_CRC | RSTA_RAB)) ^RSTA_CRC)  
pt->pt_rx_frame = PT_FR_FAULT;  
switch (pt->pt_rx_frame)  
Semiconductor Group  
305  
 复制成功!