代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/164792/10087367
c main.c
/*
Main.C (v1.00)
Testing timeout loops.
*/
#include
#include "TimeoutL.H"
// Typedefs (see Chap 5)
typedef unsigned char tByte;
typedef unsigned int tWord;
typedef u
www.eeworm.com/read/151708/12179877
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/151708/12179959
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/12181127
m run.m
function dummy = run(cc,runopt,timeout)
%RUN initiate execution of target DSP
% RUN(CC,OPTION,TIMEOUT) initiates execution of the target DSP
% processor from the present program counter(PC) lo
www.eeworm.com/read/286336/8771087
h timer.h
//*********************************************************************************
//* ST 7538 DEMOBOARD SOFTWARE timer.h *
//*
www.eeworm.com/read/284131/8962374
c main.c
/*------------------------------------------------------------------*-
Main.C (v1.00)
------------------------------------------------------------------
Testing timeout loops.