代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/208214/4995080

m ttpost.m

% TTPOST Post a message to a mailbox (blocking) % % Usage: ttPost(mailboxname, msg) % % Inputs: % mailboxname Name of a mailbox. % msg The contents of the message to be posted. %
www.eeworm.com/read/208214/4995086

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/208214/4995090

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/208214/4995102

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/208214/4995116

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/208214/4995120

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/208123/4996796

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/194691/5125081

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/192559/5152722

h nepleds.h

#ifndef __NEPLED_H__ #define __NEPLED_H__ // led (Board Control Register) mapping and usage // $Workfile: nepleds.h $ //// // Copyright
www.eeworm.com/read/184442/5249295

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