reset.m

来自「一个MATLAB的应用程序」· M 代码 · 共 16 行

M
16
字号
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 performs a reset.  This routine 
%   waits for the DSP processor to halt before returning. The TIMEOUT parameter 
%   defines how long to wait for the reset to complete.  Use CC.RUN to resume 
%   execution from the reset location.
%
%   RESET(CC) Same as above, except the timeout value defaults to the timeout
%   property specified for the parent CCSDSP object. Use GET to examine the 
%   default value supplied by the object.
%
%   See also HALT, RUN

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?