📄 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 the program entry point.
% The CC.RESTART method does not initiate program execution after
% the halt. Use CC.RUN to execute the DSP processor after a
% restart.
%
% TIMEOUT defines an upper limit (in seconds) on the period this
% routine will wait for completion of the specified action.
% If this period is exceeded, the routine will immediately return
% with a timeout error. In general, this method will cause the
% processor to initiate a restart, even when a timeout is reached
% The timeout simply indicates the confirmation was not received
% before the timeout period expired.
%
% RESTART(CC) Same as above, except the default timeout from the
% CC object is applied.
%
% See also HALT, RUN, ISRUNNING.
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -