代码搜索:OSTaskCreate

找到约 1,021 项符合「OSTaskCreate」的源代码

代码结果 1,021
www.eeworm.com/read/105531/6197996

c ext1.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/105531/6198025

c serial.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/105531/6198044

c ext1.c

/********************************************************************************************************* ** Small RTOS(51) ** Th
www.eeworm.com/read/492025/6430125

c test.c

//***************************************************************/ #include "includes.h" #include "xlcd.h" #include #include #include #include
www.eeworm.com/read/490179/6460045

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
www.eeworm.com/read/490180/6460061

c test.c

/************************************************************************************************************************ * test.c * * * *************************************************
www.eeworm.com/read/484559/6579888

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/481630/6636685

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/480596/6666473

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/410851/11267044

c hello.c

#include "includes.h" #define TASK_STK_SIZE 1024 // Stack size, in bytes #define N_TASKS 2 // Number of tasks OS_STK TaskStk[N_TASKS][TASK_STK_SIZE/sizeof(OS_STK)]; // Tasks stacks int x = 0;