代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.1bk
b = 0x8
f = 0xc
n = 0xa
r = 0xd
t = 0x9
v = 0xb
x = 0x78
f:
x = 0
x = 1
x = 2
x = 2
x = 2
x = 2
x = 2
x = 7
x = 8
x = 9
x = 9
x = 9
x = 9
x = 9
x = 9
x = 9
x = 16
x = 17
x =
switch.2bk
tst/switch.c:55: warning: missing return value
tst/switch.c:73: warning: missing return value
tst/switch.c:97: warning: missing return value
tst/switch.c:112: warning: missing return value
tst/swi
switch.1bk
b = 0x8
f = 0xc
n = 0xa
r = 0xd
t = 0x9
v = 0xb
x = 0x78
f:
x = 0
x = 1
x = 2
x = 2
x = 2
x = 2
x = 2
x = 7
x = 8
x = 9
x = 9
x = 9
x = 9
x = 9
x = 9
x = 9
x = 16
x = 17
x =
task_switch.h
#ifndef __TASK_SWITCH_H__
#define __TASK_SWITCH_H__
#define Enter_Int() Int_count++; EA=1;
void Exit_Int(void);
void OSSched(void);
#endif
task_switch.lst
C51 COMPILER V8.08 TASK_SWITCH 05/09/2008 17:57:19 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE TASK_SWITCH
NO OBJECT MODULE RE
task_switch.c
#include
#include "os_core.h"
#include "main.h"
#include "task_switch.h"
#include "sem.h"
#include "q.h"
#include "uart.h"
///////////////////任务主动切换函数///////////////////
task_switch.src
; .\task_switch.SRC generated from: task_switch.C
; COMPILER INVOKED BY:
; C:\Keil808\C51\BIN\C51.EXE task_switch.C ROM(COMPACT) DEBUG OBJECTEXTEND SRC(.\task_switch.SRC)
$NOMOD51
NAME
task_switch.__i
"task_switch.C" ROM(COMPACT) DEBUG OBJECTEXTEND SRC (.\task_switch.SRC)