代码搜索:TaskStk

找到约 195 项符合「TaskStk」的源代码

代码结果 195
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;
www.eeworm.com/read/264876/11296813

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;
www.eeworm.com/read/264581/11309958

c main.c

#include "config.h" #include "stdlib.h" #include "led.h" #include "SPI.h" /********UC/OS模板来自高手之手,鄙人挪用*********************/ /*************************M*********************************/ /******挪
www.eeworm.com/read/343935/11918605

c ex1.c

/********************************************************************************************************* ** Small RTOS ** T
www.eeworm.com/read/253718/12204036

c main.c

#include "config.h" #include "stdlib.h" #include "led.h" #include "SPI.h" /********UC/OS模板来自QQ群:8294384内高手之手,鄙人挪用*******/ /************WWW.MCU666.COM************************************/ /******
www.eeworm.com/read/337110/12390600

c ucos.c

#include"includes.h" OS_STK Taskstk[3][128]; OS_EVENT *Mailbox1,*Mailbox2; //OS_EVENT *sem; INT8U key1[2],key2[2]; void Task_1(void *osdata) reentrant; void Task_2(void *osdata) reent
www.eeworm.com/read/127318/14361489

lst ex2.lst

C51 COMPILER V7.01 EX2 01/09/2003 18:33:33 PAGE 1 C51 COMPILER V7.01, COMPILATION OF MODULE EX2 OBJECT MODULE PLACED IN Ex2
www.eeworm.com/read/127318/14361509

c ex2.c

/******************************************************************************/ /* */ /* EX2.C: 例子程序
www.eeworm.com/read/126377/14426749

c ext3.c

/********************************************************************************************************* ** Small RTOS ** T
www.eeworm.com/read/124209/14589509

lst ex2.lst

C51 COMPILER V7.01 EX2 01/09/2003 18:33:33 PAGE 1 C51 COMPILER V7.01, COMPILATION OF MODULE EX2 OBJECT MODULE PLACED IN Ex2