Method | Description | |
---|---|---|
ATA ( ) : System | ||
Read ( ushort addr, int size ) : uint | ||
Reset ( int controller ) : void | ||
RunCommand ( int controller, byte command ) : void | ||
Write ( ushort addr, uint value, int size ) : void |
public RunCommand ( int controller, byte command ) : void | ||
controller | int | |
command | byte | |
return | void |
public Write ( ushort addr, uint value, int size ) : void | ||
addr | ushort | |
value | uint | |
size | int | |
return | void |