www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - BIOS API


BIOS_Get_RTOS_Version

Get RTOS version number.

unsigned int BIOS_Get_RTOS_Version( unsigned int *beta_flag );

Parameters

beta_flag

Optional output parameter:   If non-null, this location will be set as a Boolean to indicate if the RTOS is a beta version.  A zero indicates that it is not a beta version, non-zero indicates a beta version.

Return Value

RTOS program version number, in split binary format:
MSB is binary major version, LSB is binary minor version.

Comments

Example:
    If the function returns 0x0043, this means that you have RTOS version 0.67.

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

    SC12SC13SC11SC1x3
    V1.00V1.00V1.00V0.90

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


End of document