Command disabled: backlink
 
Available Languages?:

OSA : OS_Stimer_Delay

OS_Stimer_Delay (stimer_id, delay)

Allowed only in taskSwitches context

Delay current task using static timer.

Number of static timers OS_STIMERS (1..32) must be specified in OSAcfg.h. Size of static timers is set by OS_STIMER_SIZE constant

Call allowed:

Only in task

Parameters:

stimer_id Static timer identifier. Number and size of static timers are set in OSAcfg.h with OS_STIMERS and OS_STIMER_SIZE constants
delay Time of delay. Set in system ticks - call OS_Timer periods

Returns:

nothing

Example:

void Task (void)
{
    for (;;) {
        /*...*/
        OS_Stimer_Delay (3, 20);    // Delay current task for 20 system ticks.
        /*...*/
    }
}

Old style name

OS_DelaySTimer

See also

 
en/osa/ref/allservices/os_stimer_delay.txt · Last modified: 07.10.2010 13:57 (external edit)
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki