Signals that a PIT timer has triggered.
Trigger: Sent either once or periodically after a specified time period after the PIT receives a BIOS_PIT_REPEAT or BIOS_PIT_START call.
Target: The link number that sent the BIOS_PIT_REPEAT or BIOS_PIT_START call.
link_message(integer sender_num, integer [ms]
, string "BIOS_PIT_TRIGGER", key [ident]
)
• integer | [ms] |
• key | [ident] |
Parameter | Description |
---|---|
[ident] |
String. Will be the [ident] that was passed to BIOS_PIT_REPEAT or BIOS_PIT_START. |
[ms] |
Integer. Will be the time in milliseconds until the next BIOS_PIT_TRIGGER. If the timer was a one-shot timer started using BIOS_PIT_START, this value will be 0 and the timer will have been automatically deleted. If the timer is a repeating timer started using BIOS_PIT_REPEAT, this value will be the [ms] parameter passed with BIOS_PIT_REPEAT. |