代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/351729/10615018
asm os_sw.asm
.page
.text
_OSCtxSw:
.ref _OSTCBHighRdy
.ref _OSTCBCur
.ref _OSPrioHighRdy
.ref _OSPrioCur
.global _OSCtxSw
PUSH RPC
MOVW DP,#_OSTCBCur ; OSTCBCur->OSTCBStkPt
www.eeworm.com/read/351729/10615028
asm os_tickisr.asm
.page
.text
_OSTickISR:
.ref _OSTimeTick
.ref _OSIntNesting
.ref _OSIntExit
.ref _PieCtrlRegs
.global _OSTickISR
PUSH RPC
CLRC PAGE0,OVM
MOVW DP,#_PieC
www.eeworm.com/read/159783/10617984
s43 3_5_3.s43
;
;注意此文件的个别子程序在后面
;同时结构请读者补充
;
#include "msp430x14X.h"
Ref equ 001h ; P2.0 连接参考电阻
Sensor equ 002h ; P2.1 连接传感器
Mainloop mov #Sensor,R14
www.eeworm.com/read/351629/10634098
cs teststudentttestsunit.cs
using System;
class teststudentttestsunit
{
public static bool teststudentt(bool silent)
{
bool result = new bool();
int pass = 0;
int passcount = 0;
www.eeworm.com/read/422448/10636291
asm vectors.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/422448/10636381
asm vectors.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/422448/10636749
asm vectors.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/277383/10643446
o isr.o
XL
H 2 areas 4 global symbols
M isr.c
S _OSTimer Ref0000
S pop_lset Ref0000
S push_lset Ref0000
A text size E flags 0
dbfile E:\PROGRAMS\controller\salvo-M32\salvo\isr.c
dbfunc e IntVector 0 f
www.eeworm.com/read/277186/10655426
makefile
# examples/cookbook/dct Makefile 11/20/00
# pass in TCS, or set this here:
HOSTCC = acc
ENDIAN=el
check:
-mkdir ref tmp
make clean
make fdct
@for endian in el eb ; \
do \
echo Endian $${end