代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/229812/4749598
cmd dogml.cmd
@echo off
rem g:\gml\gmlchk\cdoc2\lr
call ..\share\doprep ps
pkunzip -d langref
set gmlinc=gml;src;%gmlinc%
set kgmlinc=gml;src;%kgmlinc%
set xtra=pass 1
set gmllib=%libdir%\syslib
wsmpos22 /r
www.eeworm.com/read/217965/4865702
c sysserial.c
/* sysSerial.c - Motorola MPC5200 BSP serial device initialization */
#include "vxWorks.h"
#include "iv.h"
#include "intLib.h"
#include "config.h"
#include "sysLib.h"
#include "drv/sio/m5200PscSio.h"
www.eeworm.com/read/321357/3538000
c sysserial.c
/* sysSerial.c - Motorola MPC5200 BSP serial device initialization */
#include "vxWorks.h"
#include "iv.h"
#include "intLib.h"
#include "config.h"
#include "sysLib.h"
#include "drv/sio/m5200PscSio.h"
www.eeworm.com/read/275567/4175062
c goodprog.c
/* goodProg.c - fixes badProg.c */
#include "vxWorks.h"
#include "semLib.h"
#include "stdio.h"
#include "taskLib.h"
#include "sysLib.h"
void foo(char flag);
LOCAL SEM_ID semId;
STATUS startFoo (cha
www.eeworm.com/read/422750/2033091
c alt_sys_init.c
/* alt_sys_init.c - HAL initialisation source
*
* Machine generated for a CPU named "cpu" as defined in:
* d:\GX_CIDE_SOPC\EP2C20_dep\cide_7f\software\syslib\..\..\nios2_7f.ptf
*
* Generated: 200
www.eeworm.com/read/422750/2033348
80136aaef9c0001d11aae8258a566e20
/* alt_sys_init.c - HAL initialisation source
*
* Machine generated for a CPU named "cpu" as defined in:
* d:\GX_CIDE_SOPC\EP2C20_dep\cide_7f\software\syslib\..\..\nios2_7f.ptf
*
* Generated: 200
www.eeworm.com/read/394868/8204781
txt vxworks 消息队列.txt
#include "VxWorks.h"
#include "semLib.h"
#include "taskLib.h"
#include "stdio.h"
#include "msgQLib.h"
#include "sysLib.h"
#include "ioLib.h"
#define STACK_SIZE 20000
#define MAX_MSG 10
#de
www.eeworm.com/read/374737/9387212
c exp2timer.c
#include "vxWorks.h"
#include "stdio.h"
#include "stdlib.h"
#include "taskLib.h"
#include "sysLib.h"
#include "tylib.h"
#define MAX_MSG_LEN (50) /* 消息队列中消息的最大长度 */
void clk(void)
{
ch
www.eeworm.com/read/374737/9387250
c c03a_task.c
#include "vxWorks.h"
#include "stdio.h"
#include "stdlib.h"
#include "semLib.h"
#include "taskLib.h"
#include "sysLib.h"
/* 宏定义 */
#define STACK_SIZE 2000 /* 任务堆栈大小为2000bytes */
/* 全局变量 *
www.eeworm.com/read/300969/13874723
c sys_sendsig.c
#include "syslib.h"
PUBLIC int sys_sendsig(proc, smp)
int proc;
struct sigmsg *smp;
{
message m;
m.m1_i1 = proc;
m.m1_p1 = (char *) smp;
return(_taskcall(SYSTASK, SYS_SENDSIG, &m))