代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/253785/4392152

m ttcreatetimer.m

% TTCREATETIMER Create a one-shot timer and associate an interrupt % handler with the timer. % % Usage: ttCreateTimer(timername, time, handlername) % % Inputs: % timername Na
www.eeworm.com/read/253785/4392156

m ttsetabsdeadline.m

% TTSETABSDEADLINE Set the absolute deadline of the current task job. % % Usage: ttSetAbsDeadline(value) % ttSetAbsDeadline(value, taskname) % % Inputs: % value Value to be set. %
www.eeworm.com/read/160156/5576612

m ttnoschedule.m

% TTNOSCHEDULE Switch off the schedule generation for a specific % task or interrupt handler. % % Usage: ttNoSchedule(name) % % Inputs: % name Name of a task or interrupt hand
www.eeworm.com/read/160156/5576613

m ttgetpriority.m

% TTGETPRIORITY Retrieve the assigned base priority of a task. % % Usage: value = ttGetPriority % value = ttGetPriority(taskname) % % Inputs: % taskname Name of a task. If not specifie
www.eeworm.com/read/160156/5576617

m ttentermonitor.m

% TTENTERMONITOR Attempt to enter a monitor. % % Usage: ttEnterMonitor(monitorname) % % Inputs: % monitorname Name of the monitor the task attempts to enter. % % See also TTCREATEMONI
www.eeworm.com/read/160156/5576624

m ttgetdeadline.m

% TTGETDEADLINE Retrieve the relative deadline of a task. % % Usage: value = ttGetDeadline % value = ttGetDeadline(taskname) % % Inputs: % taskname Name of a task. If not specified, th
www.eeworm.com/read/160156/5576627

m ttcreateevent.m

% TTCREATEEVENT Create a TrueTime event. % % Usage: ttCreateEvent(eventname) % ttCreateEvent(eventname, monitorname) % % Inputs: % eventname Name of the event, must be unique. % m
www.eeworm.com/read/160156/5576637

m ttsetbudget.m

% TTSETBUDGET Set the remaining execution time budget of the % current task job. % % Usage: ttSetBudget(value) % ttSetBudget(value, taskname) % % Inputs: % value Value
www.eeworm.com/read/160156/5576649

m ttcreatetimer.m

% TTCREATETIMER Create a one-shot timer and associate an interrupt % handler with the timer. % % Usage: ttCreateTimer(timername, time, handlername) % % Inputs: % timername Na
www.eeworm.com/read/160156/5576653

m ttsetabsdeadline.m

% TTSETABSDEADLINE Set the absolute deadline of the current task job. % % Usage: ttSetAbsDeadline(value) % ttSetAbsDeadline(value, taskname) % % Inputs: % value Value to be set. %