diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-4353940E-C77B-4080-86AD-7DBE52B0A27B.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-4353940E-C77B-4080-86AD-7DBE52B0A27B.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,49 @@ + + + + + +SDIO +Interface Quick StartProvides a collection of documents that describe the SDIO client +interface API. +
SDIO tutorials

The +client interface guide describes the generic procedure for using SDIO in a +kernel-side device driver.

SDIO +Client Interface Guide

The Bluetooth example describes a reference +client driver using Bluetooth

SDIO +BT Example

The other tutorials describe the SDIO classes and commands +in more detail

    +
  • DSDIOREGInterface +Class Tutorial

  • +
  • DSDIOSession +Class Tutorial

  • +
  • DSDIOStack Class +Tutorial

  • +
  • TSDIOCard Class +Tutorial

  • +
  • TSDIOFunction +Class Tutorial

  • +
  • TSDIOInterrupt +Class Tutorial

  • +
  • SDIO Commands +Tutorial

  • +
+
Purpose +

SDIO is an input/output protocol used to communicate with SDIO +(Secure Digital) cards and other media such as Bluetooth adapters and GPS +receivers.

+
Intended audience

This +document is intended to be used by device driver writers.

+
ArchitectureSymbian +platform implements SDIO as part of a larger framework involving SD cards, +which are a type of MMC (multimedia) card. For this reason, to use SDIO in +a device driver you will need to use classes representing SD and MMC cards +and the associated communications stack even if you only want the basic I/O +functionality.
+
\ No newline at end of file