160 lines
21 KiB
HTML
160 lines
21 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.9.1"/>
|
|
<title>discoverpixy: discovery/libs/StmUsbHost/STM32_USB_OTG_Driver/src/usb_hcd.c File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() { init_search(); });
|
|
</script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td style="padding-left: 0.5em;">
|
|
<div id="projectname">discoverpixy
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.9.1 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
</script>
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
alt=""/>
|
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
|
</span><span class="right">
|
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_84db96586f7d962b526d6d9627d831c2.html">discovery</a></li><li class="navelem"><a class="el" href="dir_07523c13f04fd35d8848cb17a371cb5b.html">libs</a></li><li class="navelem"><a class="el" href="dir_a041ff5c2b284f3abb06af95928aadaf.html">StmUsbHost</a></li><li class="navelem"><a class="el" href="dir_d3634162e1dee757492c749803a07924.html">STM32_USB_OTG_Driver</a></li><li class="navelem"><a class="el" href="dir_82ac59d6ff70989672cdfd367a0f9fdd.html">src</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#func-members">Functions</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">usb_hcd.c File Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
|
|
<p>Host Interface Layer.
|
|
<a href="#details">More...</a></p>
|
|
<div class="textblock"><code>#include "<a class="el" href="usb__core_8h_source.html">usb_core.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="usb__hcd_8h_source.html">usb_hcd.h</a>"</code><br />
|
|
<code>#include "usb_conf.h"</code><br />
|
|
<code>#include "<a class="el" href="usb__bsp_8h_source.html">usb_bsp.h</a>"</code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for usb_hcd.c:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="usb__hcd_8c__incl.png" border="0" usemap="#discovery_2libs_2_stm_usb_host_2_s_t_m32___u_s_b___o_t_g___driver_2src_2usb__hcd_8c" alt=""/></div>
|
|
<map name="discovery_2libs_2_stm_usb_host_2_s_t_m32___u_s_b___o_t_g___driver_2src_2usb__hcd_8c" id="discovery_2libs_2_stm_usb_host_2_s_t_m32___u_s_b___o_t_g___driver_2src_2usb__hcd_8c">
|
|
<area shape="rect" id="node2" href="usb__core_8h.html" title="Header of the Core Layer. " alt="" coords="2117,184,2204,211"/><area shape="rect" id="node3" href="usb__conf_8h_source.html" title="usb_conf.h" alt="" coords="2109,333,2194,360"/><area shape="rect" id="node40" href="usb__hcd_8h.html" title="Host layer Header file. " alt="" coords="2158,109,2241,136"/><area shape="rect" id="node41" href="usb__bsp_8h.html" title="Specific api's relative to the used hardware platform. " alt="" coords="2265,109,2347,136"/><area shape="rect" id="node38" href="usb__regs_8h.html" title="hardware registers " alt="" coords="2227,259,2313,285"/><area shape="rect" id="node39" href="usb__defines_8h.html" title="Header of the Core Layer. " alt="" coords="2100,259,2203,285"/><area shape="rect" id="node4" href="stm32f4xx_8h.html" title="CMSIS Cortex-M4 Device Peripheral Access Layer Header File. This file contains all the peripheral reg..." alt="" coords="2189,408,2282,435"/><area shape="rect" id="node5" href="core__cm4_8h.html" title="CMSIS Cortex-M4 Core Peripheral Access Layer Header File. " alt="" coords="237,483,327,509"/><area shape="rect" id="node10" href="system__stm32f4xx_8h.html" title="CMSIS Cortex-M4 Device System Source File for STM32F4xx devices. " alt="" coords="1472,483,1615,509"/><area shape="rect" id="node11" href="stm32f4xx__conf_8h_source.html" title="stm32f4xx_conf.h" alt="" coords="2299,483,2423,509"/><area shape="rect" id="node7" href="core__cm_instr_8h.html" title="CMSIS Cortex-M Core Instruction Access Header File. " alt="" coords="95,557,202,584"/><area shape="rect" id="node8" href="core__cm_func_8h.html" title="CMSIS Cortex-M Core Function Access Header File. " alt="" coords="226,557,338,584"/><area shape="rect" id="node9" href="core__cm4__simd_8h.html" title="CMSIS Cortex-M4 SIMD Header File. " alt="" coords="362,557,487,584"/><area shape="rect" id="node12" href="stm32f4xx__adc_8h.html" title="This file contains all the functions prototypes for the ADC firmware library. " alt="" coords="512,557,633,584"/><area shape="rect" id="node13" href="stm32f4xx__crc_8h.html" title="This file contains all the functions prototypes for the CRC firmware library. " alt="" coords="657,557,776,584"/><area shape="rect" id="node14" href="stm32f4xx__dbgmcu_8h.html" title="This file contains all the functions prototypes for the DBGMCU firmware library. " alt="" coords="801,557,947,584"/><area shape="rect" id="node15" href="stm32f4xx__dma_8h.html" title="This file contains all the functions prototypes for the DMA firmware library. " alt="" coords="971,557,1097,584"/><area shape="rect" id="node16" href="stm32f4xx__exti_8h.html" title="This file contains all the functions prototypes for the EXTI firmware library. " alt="" coords="1121,557,1243,584"/><area shape="rect" id="node17" href="stm32f4xx__flash_8h.html" title="This file contains all the functions prototypes for the FLASH firmware library. " alt="" coords="1267,557,1393,584"/><area shape="rect" id="node18" href="stm32f4xx__gpio_8h.html" title="This file contains all the functions prototypes for the GPIO firmware library. " alt="" coords="1417,557,1541,584"/><area shape="rect" id="node19" href="stm32f4xx__i2c_8h.html" title="This file contains all the functions prototypes for the I2C firmware library. " alt="" coords="1565,557,1682,584"/><area shape="rect" id="node20" href="stm32f4xx__iwdg_8h.html" title="This file contains all the functions prototypes for the IWDG firmware library. " alt="" coords="1707,557,1833,584"/><area shape="rect" id="node21" href="stm32f4xx__pwr_8h.html" title="This file contains all the functions prototypes for the PWR firmware library. " alt="" coords="1857,557,1976,584"/><area shape="rect" id="node22" href="stm32f4xx__rcc_8h.html" title="This file contains all the functions prototypes for the RCC firmware library. " alt="" coords="2000,557,2119,584"/><area shape="rect" id="node23" href="stm32f4xx__rtc_8h.html" title="This file contains all the functions prototypes for the RTC firmware library. " alt="" coords="2143,557,2258,584"/><area shape="rect" id="node24" href="stm32f4xx__sdio_8h.html" title="This file contains all the functions prototypes for the SDIO firmware library. " alt="" coords="2283,557,2407,584"/><area shape="rect" id="node25" href="stm32f4xx__spi_8h.html" title="This file contains all the functions prototypes for the SPI firmware library. " alt="" coords="2430,557,2547,584"/><area shape="rect" id="node26" href="stm32f4xx__syscfg_8h.html" title="This file contains all the functions prototypes for the SYSCFG firmware library. " alt="" coords="2571,557,2710,584"/><area shape="rect" id="node27" href="stm32f4xx__tim_8h.html" title="This file contains all the functions prototypes for the TIM firmware library. " alt="" coords="2735,557,2853,584"/><area shape="rect" id="node28" href="stm32f4xx__usart_8h.html" title="This file contains all the functions prototypes for the USART firmware library. " alt="" coords="2877,557,3007,584"/><area shape="rect" id="node29" href="stm32f4xx__wwdg_8h.html" title="This file contains all the functions prototypes for the WWDG firmware library. " alt="" coords="3031,557,3163,584"/><area shape="rect" id="node30" href="misc_8h.html" title="This file contains all the functions prototypes for the miscellaneous firmware library functions (add..." alt="" coords="3187,557,3249,584"/><area shape="rect" id="node31" href="stm32f4xx__cryp_8h.html" title="This file contains all the functions prototypes for the Cryptographic processor(CRYP) firmware librar..." alt="" coords="3273,557,3398,584"/><area shape="rect" id="node32" href="stm32f4xx__hash_8h.html" title="This file contains all the functions prototypes for the HASH firmware library. " alt="" coords="3422,557,3550,584"/><area shape="rect" id="node33" href="stm32f4xx__rng_8h.html" title="This file contains all the functions prototypes for the Random Number Generator(RNG) firmware library..." alt="" coords="3575,557,3693,584"/><area shape="rect" id="node34" href="stm32f4xx__can_8h.html" title="This file contains all the functions prototypes for the CAN firmware library. " alt="" coords="3717,557,3839,584"/><area shape="rect" id="node35" href="stm32f4xx__dac_8h.html" title="This file contains all the functions prototypes for the DAC firmware library. " alt="" coords="3863,557,3984,584"/><area shape="rect" id="node36" href="stm32f4xx__dcmi_8h.html" title="This file contains all the functions prototypes for the DCMI firmware library. " alt="" coords="4009,557,4137,584"/><area shape="rect" id="node37" href="stm32f4xx__fsmc_8h.html" title="This file contains all the functions prototypes for the FSMC firmware library. " alt="" coords="4161,557,4289,584"/><area shape="rect" id="node42" href="stm32f4__discovery_8h.html" title="This file contains definitions for STM32F4-Discovery Kit's Leds and push-button hardware resources..." alt="" coords="2250,333,2389,360"/></map>
|
|
</div>
|
|
</div><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
|
Functions</h2></td></tr>
|
|
<tr class="memitem:gaf8e5fe138e7ddcece159c1c741f5b9d2"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#gaf8e5fe138e7ddcece159c1c741f5b9d2">HCD_Init</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, USB_OTG_CORE_ID_TypeDef coreID)</td></tr>
|
|
<tr class="memdesc:gaf8e5fe138e7ddcece159c1c741f5b9d2"><td class="mdescLeft"> </td><td class="mdescRight">HCD_Init Initialize the HOST portion of the driver. <a href="group___u_s_b___h_c_d___private___functions.html#gaf8e5fe138e7ddcece159c1c741f5b9d2">More...</a><br /></td></tr>
|
|
<tr class="separator:gaf8e5fe138e7ddcece159c1c741f5b9d2"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:gaaf30c6c67be1f72ff55f14fbf69eec93"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#gaaf30c6c67be1f72ff55f14fbf69eec93">HCD_GetCurrentSpeed</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev)</td></tr>
|
|
<tr class="memdesc:gaaf30c6c67be1f72ff55f14fbf69eec93"><td class="mdescLeft"> </td><td class="mdescRight">HCD_GetCurrentSpeed Get Current device Speed. <a href="group___u_s_b___h_c_d___private___functions.html#gaaf30c6c67be1f72ff55f14fbf69eec93">More...</a><br /></td></tr>
|
|
<tr class="separator:gaaf30c6c67be1f72ff55f14fbf69eec93"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ga9cdf7e999163ca125c1fdecc5ef0e450"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#ga9cdf7e999163ca125c1fdecc5ef0e450">HCD_ResetPort</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev)</td></tr>
|
|
<tr class="memdesc:ga9cdf7e999163ca125c1fdecc5ef0e450"><td class="mdescLeft"> </td><td class="mdescRight">HCD_ResetPort Issues the reset command to device. <a href="group___u_s_b___h_c_d___private___functions.html#ga9cdf7e999163ca125c1fdecc5ef0e450">More...</a><br /></td></tr>
|
|
<tr class="separator:ga9cdf7e999163ca125c1fdecc5ef0e450"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ga74595e1854638eae4be812d804a4fe1b"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#ga74595e1854638eae4be812d804a4fe1b">HCD_IsDeviceConnected</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev)</td></tr>
|
|
<tr class="memdesc:ga74595e1854638eae4be812d804a4fe1b"><td class="mdescLeft"> </td><td class="mdescRight">HCD_IsDeviceConnected Check if the device is connected. <a href="group___u_s_b___h_c_d___private___functions.html#ga74595e1854638eae4be812d804a4fe1b">More...</a><br /></td></tr>
|
|
<tr class="separator:ga74595e1854638eae4be812d804a4fe1b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ga3be73e419f4919980c1f6da01b179bee"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#ga3be73e419f4919980c1f6da01b179bee">HCD_GetCurrentFrame</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev)</td></tr>
|
|
<tr class="memdesc:ga3be73e419f4919980c1f6da01b179bee"><td class="mdescLeft"> </td><td class="mdescRight">HCD_GetCurrentFrame This function returns the frame number for sof packet. <a href="group___u_s_b___h_c_d___private___functions.html#ga3be73e419f4919980c1f6da01b179bee">More...</a><br /></td></tr>
|
|
<tr class="separator:ga3be73e419f4919980c1f6da01b179bee"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ga950fe167493f7dc6a66ca536de6f70b4"><td class="memItemLeft" align="right" valign="top">URB_STATE </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#ga950fe167493f7dc6a66ca536de6f70b4">HCD_GetURB_State</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, uint8_t ch_num)</td></tr>
|
|
<tr class="memdesc:ga950fe167493f7dc6a66ca536de6f70b4"><td class="mdescLeft"> </td><td class="mdescRight">HCD_GetURB_State This function returns the last URBstate. <a href="group___u_s_b___h_c_d___private___functions.html#ga950fe167493f7dc6a66ca536de6f70b4">More...</a><br /></td></tr>
|
|
<tr class="separator:ga950fe167493f7dc6a66ca536de6f70b4"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:gafc5ff8391e45b525c0c243477e7fd59a"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#gafc5ff8391e45b525c0c243477e7fd59a">HCD_GetXferCnt</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, uint8_t ch_num)</td></tr>
|
|
<tr class="memdesc:gafc5ff8391e45b525c0c243477e7fd59a"><td class="mdescLeft"> </td><td class="mdescRight">HCD_GetXferCnt This function returns the last URBstate. <a href="group___u_s_b___h_c_d___private___functions.html#gafc5ff8391e45b525c0c243477e7fd59a">More...</a><br /></td></tr>
|
|
<tr class="separator:gafc5ff8391e45b525c0c243477e7fd59a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:gae346a15d3639b390b6a745f04dae3a39"><td class="memItemLeft" align="right" valign="top">HC_STATUS </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#gae346a15d3639b390b6a745f04dae3a39">HCD_GetHCState</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, uint8_t ch_num)</td></tr>
|
|
<tr class="memdesc:gae346a15d3639b390b6a745f04dae3a39"><td class="mdescLeft"> </td><td class="mdescRight">HCD_GetHCState This function returns the HC Status. <a href="group___u_s_b___h_c_d___private___functions.html#gae346a15d3639b390b6a745f04dae3a39">More...</a><br /></td></tr>
|
|
<tr class="separator:gae346a15d3639b390b6a745f04dae3a39"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ga1e1685e970b86a17b7b31ab9a14ad1c2"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#ga1e1685e970b86a17b7b31ab9a14ad1c2">HCD_HC_Init</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, uint8_t hc_num)</td></tr>
|
|
<tr class="memdesc:ga1e1685e970b86a17b7b31ab9a14ad1c2"><td class="mdescLeft"> </td><td class="mdescRight">HCD_HC_Init This function prepare a HC and start a transfer. <a href="group___u_s_b___h_c_d___private___functions.html#ga1e1685e970b86a17b7b31ab9a14ad1c2">More...</a><br /></td></tr>
|
|
<tr class="separator:ga1e1685e970b86a17b7b31ab9a14ad1c2"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:gad07e6e0a136a94695425c6663d7ce5f2"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group___u_s_b___h_c_d___private___functions.html#gad07e6e0a136a94695425c6663d7ce5f2">HCD_SubmitRequest</a> (<a class="el" href="struct_u_s_b___o_t_g__handle.html">USB_OTG_CORE_HANDLE</a> *pdev, uint8_t hc_num)</td></tr>
|
|
<tr class="memdesc:gad07e6e0a136a94695425c6663d7ce5f2"><td class="mdescLeft"> </td><td class="mdescRight">HCD_SubmitRequest This function prepare a HC and start a transfer. <a href="group___u_s_b___h_c_d___private___functions.html#gad07e6e0a136a94695425c6663d7ce5f2">More...</a><br /></td></tr>
|
|
<tr class="separator:gad07e6e0a136a94695425c6663d7ce5f2"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><p>Host Interface Layer. </p>
|
|
<dl class="section author"><dt>Author</dt><dd>MCD Application Team </dd></dl>
|
|
<dl class="section version"><dt>Version</dt><dd>V2.0.0 </dd></dl>
|
|
<dl class="section date"><dt>Date</dt><dd>22-July-2011 </dd></dl>
|
|
<dl class="section attention"><dt>Attention</dt><dd></dd></dl>
|
|
<p>THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.</p>
|
|
<h2><center>© COPYRIGHT 2011 STMicroelectronics</center></h2>
|
|
</div></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated on Sun May 10 2015 15:15:19 for discoverpixy by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.9.1
|
|
</small></address>
|
|
</body>
|
|
</html>
|