代码搜索:SWP
找到约 877 项符合「SWP」的源代码
代码结果 877
www.eeworm.com/read/396597/2412392
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/389707/2539480
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/389705/2539669
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/368107/2826203
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/365650/2895946
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/354553/3076367
s test7.s
; 文件名:TEST7.S
; 功能:使用SWP指令进行信号量的操作
; 说明:使用ARMulate软件仿真调试
I2C_SEM EQU 0x40003000
AREA Example7,CODE,READONLY
ENTRY
MAIN LDR R0,= I2C_SEM
I2C_SEM_WAIT
MOV R1,#0
SWP R1,R1,[R0
www.eeworm.com/read/38039/1096177
mnu hswpuie.mnu
HELSWP#UIE
#
Trim#Quilt
Specify datum quilt to intersect.
#
Attributes
Specify feature attributes.
#
Swp#Profile
Specify profile of the surface of revolution.
#
Pitch
Specify pitch.
#
Section
Specif
www.eeworm.com/read/321483/3535106
skip manifest.skip
^Makefile$
~$
\.old(?:\..*)?$
\.swp$
\.o$
\.bs$
\.bak$
\.orig$
\.cache\.cm$
^blib
^pm_to_blib
^backup
^parts/todo-
^parts/base-
^ppport\.h$
^PPPort\.c$
^testing
Devel-PPPort.*\.tar\.gz$
www.eeworm.com/read/251776/12320269
txt readme.txt
DM6430 driver, library, and example programs for Linux.
SWP-700010033 rev A
Version 2.0
Copyright (c) 2004 RTD Embedded Technologies, Inc. All Rights Reserved.
Using this software indicates accep
www.eeworm.com/read/246208/4495823
c sin a.c
/*
* Sine.c
* An application that draws a sine wave.
* Developed with the swp template.
* Copyright (c) William H. Murray and Chris H. Pappas, 1998
*/
#include
#include