Subsystem.SetHALTimerPeriod Method

This method sets the HAL timer period, in microseconds, for the RTX64 Subsystem. It returns False if it fails, True if it succeeds.
 

Certain Subsystem properties, such as RT-TCP/IP Stack Tick Interval, Watchdog Timer, and Default Time Quantum, must always be multiples of the HAL Timer. When the HALTimerPeriod is changed, these other properties may change automatically to satisfy this requirement. When this occurs, the SetHALTimerPeriod method sets a warning to a non-zero error code.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void SetHALTimerPeriod(
	uint newHALTimerPeriod,
	out RTX64ErrorCode warning
)

Parameters

newHALTimerPeriod
Type: uint
The HAL timer period, in microseconds. This value must be within the range 1 to 1000.
warning
Type: IntervalZero.RTX64.Config. RTX64ErrorCode

Implements

IConfigSubsystem.SetHALTimerPeriod
See Also