Delegate PIT.PITTimer.OnTrigger
Represents the trigger handler for a PIT.PITTimer.
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public delegate void OnTrigger(INTs.IRQContext irqContext);
Parameters
Type | Name | Description |
---|---|---|
INTs.IRQContext | irqContext | The state of the CPU when the PIT interrupt has occured. |