This website requires JavaScript.
Explore
Help
Register
Sign in
luchianmihai
/
walnux
Watch
1
Star
0
Fork
You've already forked walnux
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a8de37fbec
walnux
/
include
/
nuttx
/
ioexpander
History
ligd
eb0d0c764e
include/nuttx/ioexpander/gpio.h: Add guards so that file content will not compile unless CONFIG_DEV_GPIO is selected.
2019-11-03 19:46:56 -06:00
..
gpio.h
include/nuttx/ioexpander/gpio.h: Add guards so that file content will not compile unless CONFIG_DEV_GPIO is selected.
2019-11-03 19:46:56 -06:00
ioexpander.h
All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR).
2019-08-26 17:31:29 -06:00
pca9555.h
drivers/ioexpander: The IRQ subsystem now supports passing a void * parameter to IRQ handlers. Use that method to support multiple pc9555 devices, by passing a pointer to the device to the board defined irq handler. Now the CONFIG_ for multiple PCA devices just allocates device structures dynamically instead of statically when not enabled.
2017-10-19 08:10:40 -06:00
pcf8574.h
tca64xx.h