Adaptation/GUID-BA4E634D-5B03-4848-8D42-743914D0955E.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-BA4E634D-5B03-4848-8D42-743914D0955E" xml:lang="en"><title>SDIO Interface Overview</title><shortdesc>Provides a summary of the SDIO platform service interface.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <section id="GUID-E68D39FA-6CA3-42F6-972A-C98010174AEC">         
       
    14    <title>Stack implementation</title>             <p>The SDIO stack
       
    15 is created by implementing the following functions of the <xref href="GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91.dita"><apiname>DSDIOStack</apiname></xref> class. </p><table id="GUID-86F939E6-A78E-456D-A73B-C3E9F770F979">
       
    16 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
       
    17 <thead>
       
    18 <row>
       
    19 <entry valign="top">API</entry>
       
    20 <entry valign="top">Description</entry>
       
    21 </row>
       
    22 </thead>
       
    23 <tbody>
       
    24 <row>
       
    25 <entry><xref href="GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91.dita#GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91/GUID-C4395EDB-2CB8-3BA7-A1C6-6B65A3A1FC46"><apiname>DSDIOStack::IssueMMCCommandSM()</apiname></xref></entry>
       
    26 <entry>Function to handle the commands to the bus and must also extend
       
    27 the support of the SDIO protocol.</entry>
       
    28 </row>
       
    29 <row>
       
    30 <entry><xref href="GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91.dita#GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91/GUID-F547703F-62A6-359D-9AC6-818689DDE2DB"><apiname>DSDIOStack::EnableSDIOInterrupt()</apiname></xref></entry>
       
    31 <entry> Function to enable or disable SDIO interrupts.</entry>
       
    32 </row>
       
    33 <row>
       
    34 <entry><xref href="GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91.dita#GUID-908B4DA8-8E1C-3B38-90FF-14EC52277B91/GUID-CE55D746-6F55-316B-86F3-6799F29F19B4"><apiname>DSDIOStack::MaxBlockSize()</apiname></xref></entry>
       
    35 <entry>Get the maximum block size of the data that can be transferred
       
    36 on a SDIO bus.</entry>
       
    37 </row>
       
    38 </tbody>
       
    39 </tgroup>
       
    40 </table>         </section>
       
    41 <section id="GUID-7A309FAE-CB39-4C3D-9814-13642749FFD0"><title>PSU
       
    42 implementation</title><p>The Power Supply Unit (PSU) functionality
       
    43 is provided by the <xref href="GUID-9BF2FEAC-F6B8-3071-A4AB-976E33354F1D.dita"><apiname>DSDIOPsu</apiname></xref> class. </p><table id="GUID-D09F19E2-D07B-4B3A-9499-7F81E35397D5">
       
    44 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
       
    45 <thead>
       
    46 <row>
       
    47 <entry valign="top">API</entry>
       
    48 <entry valign="top">Description</entry>
       
    49 </row>
       
    50 </thead>
       
    51 <tbody>
       
    52 <row>
       
    53 <entry><xref href="GUID-9BF2FEAC-F6B8-3071-A4AB-976E33354F1D.dita#GUID-9BF2FEAC-F6B8-3071-A4AB-976E33354F1D/GUID-C99157B6-2E06-3C37-8955-05046E2C08FF"><apiname>DSDIOPsu::PsuInfo(TPBusPsuInfo&amp; anInfo)</apiname></xref></entry>
       
    54 <entry>Fills the <xref href="GUID-E3BB783F-423F-352A-9B6E-FD23EC80AA8D.dita"><apiname>TPBusPsuInfo</apiname></xref> object with platform
       
    55 specific information.</entry>
       
    56 </row>
       
    57 </tbody>
       
    58 </tgroup>
       
    59 </table><p>The header file for the SDIO can be found <xref href="http://developer.symbian.org/xref/oss/xref/MCL/sf/os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/sdio/sdio.h.dita">here</xref>.</p></section>
       
    60 </conbody><related-links>
       
    61 <link href="GUID-E0AE0AE2-572B-485F-87C6-BDCE55DDC808.dita"><linktext>Power
       
    62 Management Services Client Interface guide</linktext></link>
       
    63 <link href="GUID-C2068400-B0EF-4451-8F64-76A8E2DAF313.dita"><linktext>Power
       
    64 Management Services Implementation Guide</linktext></link>
       
    65 </related-links></concept>