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

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第288页浏览型号PEB2086N的Datasheet PDF文件第289页浏览型号PEB2086N的Datasheet PDF文件第290页浏览型号PEB2086N的Datasheet PDF文件第291页浏览型号PEB2086N的Datasheet PDF文件第293页浏览型号PEB2086N的Datasheet PDF文件第294页浏览型号PEB2086N的Datasheet PDF文件第295页浏览型号PEB2086N的Datasheet PDF文件第296页  
Low Level Controller  
pt->pt_state  
pt->pt_rx_frame  
pt->pt_rx_cnt  
&= ~PT_REC_ACTIVE;  
= 0x00;  
= 0;  
}
pt->pt_state  
&= ~PT_REC_ACTIVE;  
/* set the reset flag in the state */  
/* variable. This allows the  
/* interrupt service routine to  
*/  
*/  
/* react correctly on the following */  
/* XPR interrupt  
*/  
*/  
pt->pt_state |= PT_HDLC_RESET;  
/* the reset commands:  
/* - receive message complete (RME) */  
/* - reset hdlc receiver  
/* - transmitter reset  
(RHR) */  
(XRES)*/  
outp (pt->pt_r_cmdr, CMDR_RMC | CMDR_RHR | CMDR_XRES);  
if (pt->pt_op_mode == PT_MD_AUTO) /* write TIMR register to stop the */  
/* internal timer in automode  
outp (pt->pt_r_timr, inp(pt->pt_r_timr));  
*/  
*/  
outp (pt->pt_r_mask, 0);  
return (ACK_DONE);  
/* now allow all interrupts again  
}
/***************************************************************************/  
/*  
/*  
/*  
/*  
/*  
/*  
/*  
/*  
/*  
*/  
*/  
*/  
*/  
*/  
*/  
*/  
*/  
*/  
Function:  
Parms  
SendFrame_ICC ()  
’pei’  
’frame_type’ specifying the frame  
:
’cnt’  
number of bytes to send  
’frame_ptr’ pointer to the data bytes  
purpose :  
Initiate transmission of HDLC frames ( S, U, I, UI )  
/***************************************************************************/  
EXPORT int  
SendFrame_ICC (pei, frame_type, cnt, frame_ptr)  
BYTE  
WORD  
FPTR  
pei, frame_type;  
cnt;  
frame_ptr;  
{
register PEITAB  
BYTE  
*pt;  
cmd;  
if (!(pt = GetPeitab_BASIC (pei)))  
return (ACK_NOT_SUPPORTED);  
/* return if XFIFO is not write  
/* enable  
*/  
*/  
if (!(inp (pt->pt_r_star) & 0x40))  
return (ACK_ACCESS_FAULT);  
/* return if transmit path still  
/* blocked and not in automode  
*/  
*/  
Semiconductor Group  
292  
 复制成功!