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

PEB2086N 参数 Datasheet PDF下载

PEB2086N图片预览
型号: PEB2086N
PDF下载: 下载PDF文件 查看货源
内容描述: ISDN SubscribernAccess控制器 [ISDN SubscribernAccess Controller]
分类和应用: 数字传输接口电信集成电路电信电路综合业务数字网控制器
文件页数/大小: 320 页 / 1450 K
品牌: INFINEON [ Infineon ]
 浏览型号PEB2086N的Datasheet PDF文件第293页浏览型号PEB2086N的Datasheet PDF文件第294页浏览型号PEB2086N的Datasheet PDF文件第295页浏览型号PEB2086N的Datasheet PDF文件第296页浏览型号PEB2086N的Datasheet PDF文件第298页浏览型号PEB2086N的Datasheet PDF文件第299页浏览型号PEB2086N的Datasheet PDF文件第300页浏览型号PEB2086N的Datasheet PDF文件第301页  
Low Level Controller  
if (pt->pt_op_mode == PT_MD_AUTO)  
{
/* UI frame sent while waiting for */  
/* I frame acknowledge ?  
*/  
if (pt->pt_state & UI_SENT_WHILE_WAITING_FOR_ACK)  
{
/* the UI frame was sent out if the */  
/* XFIFO is empty (write enable)  
if (inp(pt->pt_r_star) & STAR_XFW)  
*/  
TX_ACKNOWLEDGE (pt->pt_pei, pt->pt_tx_frame);  
pt->pt_state &= ~UI_SENT_WHILE_WAITING_FOR_ACK;  
/* if we are in timer recovery  
/* status the TREC status check  
/* procedure is activated. The  
/* transmit acknowledge for the I  
*/  
*/  
*/  
*/  
/* frame must not be generated !!! */  
if (inp (pt->pt_r_star2) & STAR2_TREC)  
ENABLE_TREC_STATUS_CHECK ();  
else  
TX_ACKNOWLEDGE (pt->pt_pei, (BYTE) PT_FR_I);  
}
else  
{
/* if we are in timer recovery  
*/  
/* status and the last frame was an */  
/* I frame the TREC status check  
/* procedure is activated.  
/* If not an transmit acknowledge  
/* is generated  
*/  
*/  
*/  
*/  
if (pt->pt_tx_frame == PT_FR_I &&  
(inp (pt->pt_r_star2) & STAR2_TREC))  
ENABLE_TREC_STATUS_CHECK ();  
else  
TX_ACKNOWLEDGE (pt->pt_pei, pt->pt_tx_frame);  
}
}
else  
/* In all other operating modes  
*/  
/* (non automode, transparent mode, */  
/* ...) the transmit acknowledge  
/* can be generated at once.  
*/  
*/  
TX_ACKNOWLEDGE (pt->pt_pei, pt->pt_tx_frame);  
/* transmit byte count and status  
/* flag are reset and any  
/* MMU buffer used for temporary  
/* transmit data storage is  
/* released if necessary  
*/  
*/  
*/  
*/  
*/  
pt->pt_tx_cnt = 0;  
pt->pt_state &= ~PT_TX_ACTIVE;  
if (pt->pt_state & PT_TX_MMU_FREE)  
{
MMU_free (pt->pt_tx_start);  
Semiconductor Group  
297  
 复制成功!