代码搜索:TaskStk
找到约 195 项符合「TaskStk」的源代码
代码结果 195
www.eeworm.com/read/135376/5886823
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 1
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/487503/6514867
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 2
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/256767/11973230
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 1
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/394309/8232577
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 1
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/411926/11222150
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 1
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/146386/12652676
h os_globalstack.h
#ifndef OS_GLOBALSTACK_H
#define OS_GLOBALSTACK_H
#include "os_cpu.h"
#include "os_cfg.h"
#define TASK_STK_SIZE 30
#define N_TASKS 1
//extern OS_STK TaskStartStk[TASK_STK_SIZE];
//ex
www.eeworm.com/read/104821/15682412
c main.c
#include "..\startup\44b.h"
#include "..\inc\44blib.h"
#include "..\startup\option.h"
#include "..\inc\def.h"
#include "..\ucos-ii\includes.h"
void __irq Timer0Done(void);
void TimerInit(voi
www.eeworm.com/read/143130/5758975
c main_entry.c
/*
* hello.c
* this file implement start_kernel and irqhandler
* for Atmel AT91 operating system
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
* Last modified: 2
www.eeworm.com/read/143130/5758979
b4 main_entry.c.b4
/*
* hello.c
* this file implement start_kernel and irqhandler
* for Atmel AT91 operating system
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
* Last modified: 2
www.eeworm.com/read/204968/15330887
c main.c
#include "ucos-ii\includes.h"
#include "boot\44blib.h"
//**********************************************************
// THE MAIN FUNCTION BODY
//************************************************