代码搜索:timeout

找到约 9,694 项符合「timeout」的源代码

代码结果 9,694
www.eeworm.com/read/118114/14886688

c main.c

/*------------------------------------------------------------------*- Main.C (v1.00) ------------------------------------------------------------------ Testing timeout loops.
www.eeworm.com/read/378952/9212007

limit_run

#!/usr/bin/env perl use strict; if (scalar(@ARGV) < 2) { print "ERROR: Usage: $0 \n\n"; exit(101); } my $timeout = shift(@ARGV); my @command = @ARGV; my $time
www.eeworm.com/read/151708/12179985

m load.m

function dummy=load(dsp,filename,timeout) %LOAD transfers a program file to the target processor. % LOAD(CC,FILENAME,TIMEOUT) loads the specified FILENAME into % the DSP processor. This file c
www.eeworm.com/read/151704/12180521

m readhex.m

function resp = readhex(nn,index,timeout) %READHEX Retrieves a block of DSP memory as hexadecimal strings. % DN = READHEX(NN) % DN = READHEX(NN,[],TIMEOUT) % DN = READHEX(NN,INDEX) % DN =
www.eeworm.com/read/151704/12180624

m readhex.m

function resp = readhex(nn,index,timeout) %READHEX Retrieves a block of DSP memory as hexadecimal strings. % DN = READHEX(NN) % DN = READHEX(NN,[],TIMEOUT) % DN = READHEX(NN,INDEX) % DN =
www.eeworm.com/read/151704/12181106

m build.m

function dummy = build(cc,optime,timeout) %BUILD Build a Code Composer Studio(tm) project % BUILD(CC,TIMEOUT) does an incremental build of the target code. % This will recompile any source fil
www.eeworm.com/read/151704/12181144

m profile.m

function ps = profile(cc,fmt,timeout) %PROFILE Returns code execution profile information. % PS = PROFILE(CC,OPT,TIMEOUT) returns code profile measurements from any % defined statistics timing o
www.eeworm.com/read/151704/12181159

m restart.m

function dummy = restart(cc,timeout) %RESTART Restores the DSP target to the program entry point. % RESTART(CC,TIMEOUT) immediately halts the DSP processor % and sets the program counter(PC) to
www.eeworm.com/read/151704/12181163

m reset.m

function dummy = reset(cc,timeout) %RESET Software reset of the target dsp. % RESET(CC,TIMEOUT) stops execution of the target DSP processor referenced % by the CC object and then asynchronously
www.eeworm.com/read/151704/12181168

m cexpr.m

function resp = cexpr(cc,expr,timeout) %CEXPR Executes a C or GEL expression in the Target processor % RESP = CEXPR(CC,EXP,TIMEOUT) will execute on the target DSP a % 'C' data expression or G