代码搜索:task

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

代码结果 10,000
www.eeworm.com/read/460375/7252432

c rcservo_task.c

/* rcservo_task.c Control two radio-controlled servo motors through the parallel port. Notes: At 5 V input, need all of 20K pull-up. Min time is 0.35 msec, max is 2.45 msec. */ #include
www.eeworm.com/read/460375/7252436

c periodic_task.c

/* periodic_task.c Sets up a task in pure periodic mode that toggles the speaker. In pure periodic mode, the timer is programmed once to expire at a given period, and all tasks must run at mu
www.eeworm.com/read/460375/7252443

c isr_task.c

/* isr_task.c Shows how to set up an interrupt service routine. This example uses the parallel port interrupt. To generate interrupts, short pin 10 of the parallel port connector to ground (p
www.eeworm.com/read/460375/7252459

c ledclock_task.c

/* ledclock_task.c Adapted from software written by Stuart Hughes, formerly of Lineo, Inc., shughes@lineo.com, seh@zee2.com. Released under the Gnu General Public License. */ #include
www.eeworm.com/read/460375/7252465

c variable_task.c

/* variable_task.c Sets up a task in one-shot mode that toggles the speaker. In one-shot mode, the timer is reprogrammed every task cycle. This is useful when no fundamental task period can b
www.eeworm.com/read/460375/7252517

c math_task.c

/* math_task.c Sets up a single periodic task that increments a floating point value by some small amount, computes the sine and cosine, and increments a cumulative count by sin^2 + cos^2 = 1
www.eeworm.com/read/460375/7252524

c stack_task.c

/* stack_task.c Shows how to determine the stack size for a task, using our own functions rt_task_stack_init() and rt_task_stack_check(). The stack size for a task is the space needed for i
www.eeworm.com/read/460375/7252529

c shm_task.c

/* shm_task.c Set up a periodic task that increments a heartbeat array in shared memory. This example demonstrates the allocation, use and freeing of shared memory. Several different data co
www.eeworm.com/read/460375/7252541

c fifo_task.c

/* fifo_task.c Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user pro
www.eeworm.com/read/460375/7252551

c jitter_task.c

/* jitter_task.c Sets up a task in pure periodic mode that reads the Pentium time stamp counter and logs the readings into shared memory for later analysis. */ #include #inclu