RTX Tiny
25
4
RTX51 Tiny System Functions
A number of routines are included in the RTX51 Tiny Library file
RTX51TNY.LIB
that
can be found in the
\C51\LIB\
subdirectory. These routines allow you to create and de-
stroy tasks, send and receive signals from one task to another, and delay a task for a num-
ber of timer ticks.
These routines are summarized in the following table and described in detail in the func-
tion reference that follows.
Routine
Description
isr_send_signal
Sends a signal to a task from an interrupt
os_clear_signal
Deletes a signal that was sent
os_create_task
Moves a task to the execution queue
os_delete_task
Removes a task from the execution queue
os_running_task_id
Returns the task ID of the task that is currently running
os_send_signal
Sends a signal to a task from another task
os_wait
Waits for an event
os_wait1
Waits for an event
os_wait2
Waits for an event
Содержание RTX51
Страница 4: ......
Страница 6: ......
Страница 20: ......
Страница 24: ......
Страница 39: ...RTX Tiny 39 4...
Страница 40: ......
Страница 44: ...44 RTX51 Tiny Specifications 5...
Страница 68: ...RTX51 TINY REAL TIME OPERATING SYSTEM User s Guide 2 95...