uart.c

来自「有线电视系统前端设备复用器原代码。 用语接受卫星信号」· C语言 代码 · 共 64 行

C
64
字号
extern void my_Delay(unsigned long int dly_ms);
/*------------------------------------------------------------------------------*/
/* Project Name: Multiplexer of MPEG-II                                         */
/* Module  Name: serial communtication                                          */
/* Purpose     :                                                                */
/* Author      : LingYiChuan                                                    */
/* Date        : 2000/9/20                                                      */
/* Version     : 1.0                                                            */
/* Copyright HignSun Dvision, All Right Reservered.                             */
/*------------------------------------------------------------------------------*/
void CreateUartTasks(void)
{
		
	
	
}

void DeleteUartTasks(void)
{
	
	
}
/*------------------------------------------------------------------------------*/
/* the RS232 using SMC2 for communication between 860 and front pannel          */
/*------------------------------------------------------------------------------*/
void tk_panel_send(void)
{
	
	
	


}

void tk_panel_rcv(void)
{
	
	
	
}
/*------------------------------------------------------------------------------*/
/* the RS232 using SMC1 for communication between 860 and user channel          */
/* no transimission  in this port                                               */
/* user channel 1 and user channel 2 are alternative                            */
/*------------------------------------------------------------------------------*/
void tk_user1_send(void)
{
	
	
	

}
/*------------------------------------------------------------------------------*/
/* the RS422 using SCC2 for communication between 860 and user channel          */
/* no transimission  in this port                                               */
/* user channel 1 and user channel 2 are alternative                            */
/*------------------------------------------------------------------------------*/
void tk_user2_rcv(void)
{
	
	
	
	
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?