repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
arm-native
/
soc
/
broadcom
/
2708
/
gpio
/
gpio.conf
blob
405c2bbfe169a5562689c32819ab24123d9f9610
1
##begin config
2
version 0.1
3
residentpri 88
4
libbase GPIOBase
5
libbasetype struct GPIOBase
6
##end config
7
##begin cdef
8
#include <inttypes.h>
9
##end cdef
10
##begin cdefprivate
11
#include "gpio_private.h"
12
##end cdefprivate
13
##begin functionlist
14
void GPIOSet(unsigned int pin, unsigned int val) (D0, D1)
15
void GPIOSetFunc(unsigned int pin, unsigned int val) (D0, D1)
16
##end functionlist