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

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第305页浏览型号PEB2086N的Datasheet PDF文件第306页浏览型号PEB2086N的Datasheet PDF文件第307页浏览型号PEB2086N的Datasheet PDF文件第308页浏览型号PEB2086N的Datasheet PDF文件第310页浏览型号PEB2086N的Datasheet PDF文件第311页浏览型号PEB2086N的Datasheet PDF文件第312页浏览型号PEB2086N的Datasheet PDF文件第313页  
Low Level Controller  
/* Variables  
/* =========  
*/  
*/  
/* Function Declaration  
/* ====================  
*/  
*/  
/***************************************************************************/  
/*  
/*  
/*  
/*  
/*  
*/  
*/  
*/  
*/  
*/  
Function: EnaClk_SBC ()  
Parms  
: pointer to PEITAB table element  
purpose : enable clocks for TE configurations  
/***************************************************************************/  
EXPORT int  
EnaClk_SBC (pt)  
register PEITAB  
*pt;  
{
unsigned int  
BYTE  
count, i = 0;  
BitSet, spcr;  
/* Test to see if clocks are  
*/  
/* actually there. Because the SBC */  
/* after reset does not deactivate */  
/* its clocks immediately we will  
*/  
/* make pretty sure that the clocks */  
/* are there before we leave this  
/* routine  
*/  
*/  
BitSet = inp (pt->pt_r_star) & STAR_BVS;  
count = 0;  
/* we test to see if 6 changes in  
*/  
/* the STAR:BVS bit indicating the */  
/* reception of at least 3 frames  
/* (6 B channels). If at any time  
/* we fail to find a bit change  
/* and the counter i reaches its  
/* maximum then we assume that  
/* clocks are no longer present  
*/  
*/  
*/  
*/  
*/  
*/  
for (i = 0; i < 500; i++)  
if ((inp(pt->pt_r_star) & STAR_BVS) != BitSet)  
{
/* Of course we have to reset our  
*/  
/* counter every time a bit change */  
if (++count > 6)  
return (FALSE);  
/* is observed to give the next  
/* bit change the same amount of  
/* time in which to occur !!!  
*/  
*/  
*/  
i = 0;  
BitSet = inp (pt->pt_r_star) & STAR_BVS;  
}
/* the Bx versions reqire one edge */  
/* at FSC. */  
/* Otherwise the setting of the SPU */  
/* has no effect (result: no clock) */  
/* The IOM direction control bit  
*/  
/* IDC in the ADF1 (SQXR) register */  
/* is set before and reset after  
/* the system is clocking  
*/  
*/  
Semiconductor Group  
309  
 复制成功!