Miles Sound System SDK 7.2a

IO_PARMS

The structure IO_PARMS indicates specific hardware settings to use when installing a digital driver

struct IO_PARMS
{
  S16 IO;
  S16 IRQ;
  S16 DMA_8_bit;
  S16 DMA_16_bit;
  S32 IO_reserved[4];
};

In Members

IO
specifies the I/O address to use.
IRQ
specifies the IRQ to use.
DMA_8_bit
specifies the 8-bit DMA channel.
DMA_16_bit
specifies the 16-bit DMA channel.
IO_reserved[4]
reserved for MSS use.


Group: Digital Audio Services
Related Sections: DDK Function: 304H Verify Device I/O Parameters
Related Functions: AIL_get_IO_environment, AIL_install_DIG_driver_file
Related Basic Types: MILES_PREFERENCES, S16, S32
Related Structures: VDI_HDR

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.