代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/159861/10607879
c ext3.c
/*********************************************************************************************************
** Small RTOS
** T
www.eeworm.com/read/277296/10647742
c ext3.c
/*********************************************************************************************************
** Small RTOS
** T
www.eeworm.com/read/277296/10647826
c ext2.c
/*********************************************************************************************************
** Small RTOS
** T
www.eeworm.com/read/276557/10729691
c main.c
#include "config.h"
#include "stdlib.h"
#include "led.h"
#include "SPI.h"
/********UC/OS模板来自高手之手,鄙人挪用*********************/
/*************************M*********************************/
/******挪
www.eeworm.com/read/276216/10753229
c yy1.c
#include
#include
#define BAUDRATE 115200 // Baud rate of UART in bps
#define SYSCLK 24500000 // Internal oscillator frequency in Hz
sbit L
www.eeworm.com/read/350000/10777335
lst test0001.lst
C51 COMPILER V7.06 TEST0001 07/29/2003 20:45:15 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TEST0001
OBJECT MODULE PLACED I
www.eeworm.com/read/349546/10820173
c ext1.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/349546/10820282
c serial.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/349546/10820388
c ext1.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/273308/10921060
c main.c
#include
#include "ucos_ii.h"
#include "atmega128.h"
OS_STK TestTaskStk[100];
void TestTask(void* pdata);
int main(void)
{
OSInit();
OSTaskCreate(TestTask,(void*)0,&TestTask