VAR-SOM-SD600 gpios: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 1: Line 1:
<div>The APQ8064 SoC GPIOs features are as follows:</div><div>* 90 GPIO pins (GPIO_0 to GPIO_89)</div><div>* Configurable pull-up/down</div><div>* Configurable output drive current</div><div>* Interruptable GPIOs</div>
= GPIOs features =
<div>The APQ8064 SoC GPIOs features are as follows</div><div>* 90 GPIO pins (GPIO_0 to GPIO_89)</div><div>* Configurable pull-up/down</div><div>* Configurable output drive current</div><div>* Interruptable GPIOs</div><div><br/></div>
= GPIO manipulation =
<div><div>GPIO manipulation is done through the standard gpiolib<br/></div><div>The usage / API is well described in kernel/Documentation/gpio.txt.</div><div><br/></div></div>

Revision as of 10:03, 4 May 2014

GPIOs features

The APQ8064 SoC GPIOs features are as follows
* 90 GPIO pins (GPIO_0 to GPIO_89)
* Configurable pull-up/down
* Configurable output drive current
* Interruptable GPIOs

GPIO manipulation

GPIO manipulation is done through the standard gpiolib
The usage / API is well described in kernel/Documentation/gpio.txt.