@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_Batch_Continue
Continue batch file execution. void BIOS_Batch_Continue ( void ); Parameters
- -- none --
Return Value
- -- none --
Comments
- This call allows the next program listed in a batch file to start execution.
This is necessary when the
BATCHMODE is set to
'1' for sequential execution of programs.
This function is implemented by waking up a batch file execution task which
dispatches any subsequent program listed in the batch file.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|