www.beck-ipc.com

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


RTX_Get_RTI_Rate

Get system's Real-Time Interrupt (RTI) rate in kHz.

unsigned int RTX_Get_RTI_Rate (void);

Return Value

Real-Time interrupt rate in kHz

SC1x Comments

For SC1x systems which always operate at 1 kHz RTI rate, this API replaced by a macro in the library header file defined as a fixed value of '1'.

SC1x3 Comments

On SC1x3 systems the RTI rate can be configured with the CHIP.INI for rates above 1 kHz.   This function reads out the configured setting.

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
    n/an/an/aV1.05

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.04

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


End of document