Adaptation/GUID-2281F91F-67BD-5B85-A47F-30A5E683BBF6.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-2281F91F-67BD-5B85-A47F-30A5E683BBF6" xml:lang="en"><title>Double
       
    13 Buffers</title><shortdesc>To improve throughput, Symbian platform provides the double buffer
       
    14 mechanism. This is a feature that allows a block of data to be prepared by
       
    15 the media driver while the hardware transfers a block of data. DMA transfers
       
    16 data without interrupting the CPU. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    17 <p>The MultiMediaCard subsystem performs multiple data transfers in a single
       
    18 bus transaction. </p>
       
    19 <p>If your implementation uses double buffers, you must set the <codeph>ESupportsDoubleBuffering</codeph> flag
       
    20 into the <xref href="GUID-A8C79421-AA44-345D-9863-EA21F5FEEE72.dita#GUID-A8C79421-AA44-345D-9863-EA21F5FEEE72/GUID-8B9C1B71-9664-35B8-B3B3-EC5508E8E76A"><apiname>TMMCMachineInfoV4::iFlags</apiname></xref> data member in your
       
    21 implementation of <xref href="GUID-B5193656-9819-3E00-A335-EEF1726115A5.dita#GUID-B5193656-9819-3E00-A335-EEF1726115A5/GUID-3E5532A5-4645-3F77-A7A9-7AFF334FA5A4"><apiname>DMMCStack::MachineInfo()</apiname></xref>. This flag causes
       
    22 the platform independent layer to provide the support you need. </p>
       
    23 <p>If your MultiMediaCard controller uses DMA and your platform specific layer
       
    24 supports physical addresses, you must use double buffers. </p>
       
    25 <p>See also: </p>
       
    26 <ul>
       
    27 <li id="GUID-629116CA-4B19-5F48-9F0D-0FEED4D26FEB"><p> <xref href="GUID-E55B4FE5-517C-5A23-8ACA-E28EE202330B.dita#GUID-E55B4FE5-517C-5A23-8ACA-E28EE202330B/GUID-CEF0EDF7-4B33-5452-8635-51C5319F78AE">MachineInfo()</xref> </p> </li>
       
    28 <li id="GUID-5EF23F02-273E-5382-86C4-C04520AFD91E"><p> <xref href="GUID-E55B4FE5-517C-5A23-8ACA-E28EE202330B.dita#GUID-E55B4FE5-517C-5A23-8ACA-E28EE202330B/GUID-E50081BC-C923-5DAF-950C-9E1411916FED">Implement double buffers</xref>  </p> </li>
       
    29 </ul>
       
    30 </conbody></concept>