⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 view1

📁 4510b的vxworks的BSP
💻
字号:

#include "vxWorks.h"
#include "sockLib.h"
#include "sys/socket.h"
#include "netinet/in.h"
#include "inetLib.h"
#include "iv.h"
#include "ioLib.h"
#include "string.h"
#include "stdio.h"
#include "taskLib.h"
#include "sched.h"
#include "semLib.h"
#include "sndsEnd.h"


void ftest(* pDrvCtrl)
{
	int a, b, c ;
	BDMARXCON bdmaRxCon ;

	printf("BDMARXCON\r", *(UINT32 *)SNDS_BDMARXCON);

	a = 12 ;
	b = 12 ;
	c = a+b ;	
	printf("int C result %d ", c) ;

}

⌨️ 快捷键说明

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