]> git.sur5r.net Git - freertos/blob - Demo/AVR32_UC3A_GCC/Atmel_SW_Framework/DRIVERS/GPIO/readme.html
10803f059dacdc8ca7f2214106948ab4de68772d
[freertos] / Demo / AVR32_UC3A_GCC / Atmel_SW_Framework / DRIVERS / GPIO / readme.html
1 <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
2 <html>
3    <head>
4       <link rel="stylesheet" type="text/css" href="../../.docsrc/AVR32_ns.css">
5    </head>
6    <body>
7    <div id="wrapper">
8 <p align="left" class="whs2"><a href="../DRIVERS_Readme.html"<font color="red"></font>Back to DRIVERS page</a></p>
9 <h1 align="center" class="whs1">AVR UC3 Series Software Framework: General-Purpose Input/Output (GPIO) Driver<br>
10 </h1>
11
12 <p align="center" class="whs2">Copyright &copy; 2007 Atmel Corporation</p>
13
14 <h2>Introduction</h2>
15     <p>The General-Purpose Input/Output (GPIO) gives access to the MCU pins.
16     The GPIO can be interfaced through a peripheral bus or the local bus.</p>
17
18 <p>&nbsp;</p>
19
20 <h2>GPIO Software Driver</h2>
21
22     <p>This driver provides an API to get access to the main features of the GPIO controller.</p>
23     <p>&nbsp;</p>
24     <p>The driver is composed of <a href="gpio.c">gpio.c</a> and <a href="gpio.h">gpio.h</a> (for accurate API description, read this header file).</p>
25     <p>&nbsp;</p>
26
27 <h2>GPIO Software Driver Examples</h2>
28     <p>Two examples are currently available:
29        <li><a href="./PERIPHERAL_BUS_EXAMPLE/readme.html"> demonstrates the peripheral bus interface</a>;</li>
30        <li><a href="./LOCAL_BUS_EXAMPLE/readme.html"> demonstrates the local bus interface</a>.</li>
31     </p>
32 <p>&nbsp;</p>
33
34 <hr align="center" width="50%" class="whs4">
35
36     <p class=legalfooter>AVR is a registered trademark of
37     Atmel Corporation.</p>
38 </div>
39    </body>
40 </html>