www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - RTOS API


RTX_Remove_Timer

Stop execution and remove a timer procedure.

int RTX_Remove_Timer ( unsigned int timerID );

Parameters

timerID

The timer ID output from RTX_Install_Timer.

Return Value

0 on success else error code.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document