@CHIP-RTOS C Library - 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/SC2x Comments- On SC1x3/SC2x 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.
Related Topics
-
- RTX API Overview
Supported since or modified in @CHIP-RTOS version-
| SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
| n/a | n/a | n/a | V1.05 | V1.00 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|