www.beck-ipc.com

@CHIP-RTOS C Library - TCP/IP API


api_sleep

The calling task sleeps for specified number of milliseconds.

void api_sleep ( unsigned int howlong );

This function is deprecated! Use RTX_Sleep_Time instead.

Parameters

howlong

Sleep period in milliseconds

Return Value

-- none --

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

    SC12SC13SC11SC1x3SC2x
    V1.00V1.00V1.00V0.90V1.00

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


End of document