Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AtaPortRequestTimer routine requests a timer callback.
Syntax
BOOLEAN AtaPortRequestTimer(
[in] PVOID ChannelExtension,
IDE_HW_DPC CallBackRoutine,
[in] ULONG TimerValue
);
Parameters
[in] ChannelExtension
A pointer to the channel extension.
CallBackRoutine
A pointer to the timer routine.
[in] TimerValue
Time interval in units of microseconds.
Return value
None
Remarks
The AtaPortRequestTimer routine informs the ATA port driver that it must call the timer routine that is pointed to by TimerRoutine in the number of microseconds indicated by TimerValue.
The ATA port driver passes a pointer to the channel extension to the timer routine.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | irb.h (include Ata.h, Irb.h) |