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

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第292页浏览型号PEB2086N的Datasheet PDF文件第293页浏览型号PEB2086N的Datasheet PDF文件第294页浏览型号PEB2086N的Datasheet PDF文件第295页浏览型号PEB2086N的Datasheet PDF文件第297页浏览型号PEB2086N的Datasheet PDF文件第298页浏览型号PEB2086N的Datasheet PDF文件第299页浏览型号PEB2086N的Datasheet PDF文件第300页  
Low Level Controller  
/* ***  
The interrupt service routines  
***  
*/  
/************************************************************************/  
/***************************************************************************/  
/*  
/*  
/*  
/*  
/*  
/*  
/*  
*/  
*/  
*/  
*/  
*/  
*/  
*/  
Function: Int_ICC ()  
Parms :’pt’ pointer to the corresponding PEITAB-table element  
purpose : handle ICC (ISAC-S, ISAC-P) interrupts  
Int_ICC is called from IntServ_BASIC in basic_l2.c which  
is SIPB system specific.  
/***************************************************************************/  
EXPORT void  
Int_ICC (pt)  
register PEITAB  
*pt;  
{
WORD  
BYTE  
cnt;  
exir, cmd;  
register BYTE ista;  
if (!(ista = inp (pt->pt_r_ista)))  
return;  
exir = inp (pt->pt_r_exir);  
/* XPR interrupt  
/* =============  
/* the XPR interrupt indicates  
*/  
*/  
*/  
/* that the XFIFO is ready for new */  
/* data bytes.  
/* Reasons:  
/* - HDLC controller reset  
/*  
*/  
*/  
*/  
*/  
*/  
(CMDR:XRES)  
/* - data transmission finished  
if ((ista & ISTA_XPR) && !(ista & ISTA_TIN) && !(exir & EXIR_PCE))  
{
/* transmit byte count is 0  
/* ------------------------  
if ((cnt = pt->pt_tx_cnt) == 0)  
{
*/  
*/  
/* HDLC controller reset command  
/* given previously ?  
/* -----------------------------  
/* do nothing when it was a HDLC  
/* controller reset only the  
*/  
*/  
*/  
*/  
*/  
/* indicating flag must be cleared */  
if (pt->pt_state & PT_HDLC_RESET)  
pt->pt_state &= ~PT_HDLC_RESET;  
else  
{
/* XPR was generated because the  
/* last transmission is finished  
/* ------------------------------  
/* AUTOMODE operation ?  
*/  
*/  
*/  
*/  
Semiconductor Group  
296  
 复制成功!