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

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第299页浏览型号PEB2086N的Datasheet PDF文件第300页浏览型号PEB2086N的Datasheet PDF文件第301页浏览型号PEB2086N的Datasheet PDF文件第302页浏览型号PEB2086N的Datasheet PDF文件第304页浏览型号PEB2086N的Datasheet PDF文件第305页浏览型号PEB2086N的Datasheet PDF文件第306页浏览型号PEB2086N的Datasheet PDF文件第307页  
Low Level Controller  
pt->pt_rx_frame = PT_FR_TR;  
ctrl = 0x00L;  
break;  
case PT_MD_EXT_TRANSP:  
/* no address recognition, SAPI  
*/  
/* and TEI are the first two bytes */  
/* of data  
*/  
if (pt->pt_rx_cnt > 0)  
pt->pt_rx_cnt--;  
sapi = *ptr++;  
case PT_MD_TRANSP:  
/* high byte address recognition,  
/* TEI is the first byte read  
*/  
*/  
if (pt->pt_rx_cnt < 2)  
frame_status = MUTILATED;  
else  
pt->pt_rx_cnt -= 2;  
/* read TEI and control field  
*/  
tei  
= *ptr++;  
ctrl = (WORD) *ptr++;  
if (pt->pt_op_mode == PT_MD_TRANSP)  
pei |= 0x20;  
else  
pei |= 0x30;  
break;  
case PT_MD_AUTO:  
case PT_MD_NON_AUTO:  
/* full address recognition in  
/* AUTO/nonAUTOMODE read only the  
/* HDLC control field information  
*/  
*/  
*/  
if (pt->pt_op_mode == PT_MD_AUTO)  
/* AUTOMODE link ???  
*/  
AutoM = ((rsta & 0x0D) == 0x09) ? TRUE : FALSE;  
if (!AutoM)  
pei |= 0x10;  
/* the (first byte of the) control */  
/* field is in register RHCR  
ctrl = (WORD) inp (pt->pt_r_rhcr);  
break;  
*/  
}
switch (ctrl & 0x03)  
{
/* determine the frame type  
/* ========================  
/* *** HDLC U frame **  
*/  
*/  
*/  
case 0x3:  
Two = FALSE;  
/* one byte control field !  
*/  
if (pt->pt_rx_cnt == 0)  
{
pt->pt_rx_frame = PT_FR_U;  
break;  
Semiconductor Group  
303  
 复制成功!