SAM function SAM-Execution-fb-delay-set()
From SoOS
Contents |
[edit] Name
SAM_Execution_fb_delay_set - Set the flash back restart delay
[edit] Synopsis
#include <sam.h> useconds_t SAM_Execution_fb_delay_set(SAM_t sam, SAM_Workerid_t wid, useconds_t time);
[edit] Description
The SAM_Execution_fb_delay_set() function changes the time, in micro seconds, of the flash back delay for the worker thread wid.
[edit] Return value
The value returned is the previous flash back time delay.
[edit] Errors
None, assumes correct input parameters.
[edit] Examples
None.