1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 <HEAD> 4 <META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5 <title>SNDEXFrequency</title> 6 <link rel="stylesheet" href="../../css/nitro.css" type="text/css"> 7 </HEAD> 8 <BODY> 9 <H1>SNDEXFrequency <IMG src="../../image/TWL.gif" width="24" height="12" border="0" align=middle></H1> 10 11 <H2>Definition</H2> 12 <DL> 13 <DD><CODE>#include <twl/snd.h></CODE></DD> 14 <DD><PRE><CODE>typedef enum 15{ 16 SNDEX_FREQUENCY_32730 = 0, 17 SNDEX_FREQUENCY_47610 = 1 18 19} SNDEXFrequency;</CODE></PRE></DD> 20 </DL> 21 22 <H2>Elements</H2> 23 <TABLE> 24 <TBODY> 25 <TR> 26 <TH width="25%">SNDEX_FREQUENCY_32730</TH> 27 <TD width="75%">32.73kHz</TD> 28 </TR> 29 <TR> 30 <TH width="25%">SNDEX_FREQUENCY_47610</TH> 31 <TD width="75%">47.61kHz</TD> 32 </TR> 33 </TBODY> 34 </TABLE> 35 36 <H2>Description</H2> 37 <P> 38 This enumerated type expresses the I2S operating frequency. 39 </P> 40 41 <H2>See Also</H2> 42 <P> 43 <CODE> 44 <A href="SNDEX_GetI2SFrequencyAsync.html">SNDEX_GetI2SFrequencyAsync</A>, <A href="SNDEX_GetI2SFrequency.html">SNDEX_GetI2SFrequency</A>, 45 <A href="SNDEX_SetI2SFrequencyAsync.html">SNDEX_SetI2SFrequencyAsync</A>, <A href="SNDEX_SetI2SFrequency.html">SNDEX_SetI2SFrequency</A>, 46 <A href="../../spi/mic/MIC_StartLimitedSamplingAsync.html">MIC_StartLimitedSamplingAsync</A>, <A href="../../spi/mic/MIC_StartLimitedSampling.html">MIC_StartLimitedSampling</A>, 47 <A href="../../spi/mic/MIC_AdjustLimitedSamplingAsync.html">MIC_AdjustLimitedSamplingAsync</A>, <A href="../../spi/mic/MIC_AdjustLimitedSampling.html">MIC_AdjustLimitedSampling</A> 48 </CODE> 49 </P> 50 51 <H2>Revision History</H2> 52 <P> 53 2008/02/15 Initial version. 54 </P> 55 <hr><p>CONFIDENTIAL</p></body> 56</HTML> 57