ReactOS 0.4.16-dev-2633-g8dc9e50
_CHANNEL_DEVICE_CONFIG Struct Reference

#include <ata_shared.h>

Collaboration diagram for _CHANNEL_DEVICE_CONFIG:

Public Attributes

ULONG SupportedModes
 
ULONG PioMode
 
ULONG DmaMode
 
ULONG MinPioCycleTime
 
ULONG MinMwDmaCycleTime
 
ULONG MinSwDmaCycleTime
 
ULONG CurrentModes
 
BOOLEAN IsFixedDisk
 
BOOLEAN IoReadySupported
 
BOOLEAN IsNewDevice
 
PCSTR FriendlyName
 
PIDENTIFY_DEVICE_DATA IdentifyDeviceData
 

Detailed Description

Definition at line 131 of file ata_shared.h.

Member Data Documentation

◆ CurrentModes

ULONG _CHANNEL_DEVICE_CONFIG::CurrentModes

Definition at line 139 of file ata_shared.h.

◆ DmaMode

ULONG _CHANNEL_DEVICE_CONFIG::DmaMode

Definition at line 135 of file ata_shared.h.

Referenced by AtaPortSelectTimings().

◆ FriendlyName

PCSTR _CHANNEL_DEVICE_CONFIG::FriendlyName

Definition at line 143 of file ata_shared.h.

◆ IdentifyDeviceData

PIDENTIFY_DEVICE_DATA _CHANNEL_DEVICE_CONFIG::IdentifyDeviceData

Definition at line 144 of file ata_shared.h.

◆ IoReadySupported

BOOLEAN _CHANNEL_DEVICE_CONFIG::IoReadySupported

Definition at line 141 of file ata_shared.h.

◆ IsFixedDisk

BOOLEAN _CHANNEL_DEVICE_CONFIG::IsFixedDisk

Definition at line 140 of file ata_shared.h.

◆ IsNewDevice

BOOLEAN _CHANNEL_DEVICE_CONFIG::IsNewDevice

Definition at line 142 of file ata_shared.h.

◆ MinMwDmaCycleTime

ULONG _CHANNEL_DEVICE_CONFIG::MinMwDmaCycleTime

Definition at line 137 of file ata_shared.h.

◆ MinPioCycleTime

ULONG _CHANNEL_DEVICE_CONFIG::MinPioCycleTime

Definition at line 136 of file ata_shared.h.

◆ MinSwDmaCycleTime

ULONG _CHANNEL_DEVICE_CONFIG::MinSwDmaCycleTime

Definition at line 138 of file ata_shared.h.

◆ PioMode

ULONG _CHANNEL_DEVICE_CONFIG::PioMode

Definition at line 134 of file ata_shared.h.

Referenced by AtaPortSelectTimings().

◆ SupportedModes

ULONG _CHANNEL_DEVICE_CONFIG::SupportedModes

Definition at line 133 of file ata_shared.h.


The documentation for this struct was generated from the following file: