415d83cf19
The macro name GPIO_PIN collides with naming used by many architectures: $ find . -name "*.h" | xargs grep "define GPIO_PIN[(]" ./arch/arm/src/am335x/hardware/am335x_gpio.h:#define GPIO_PIN(n) (1 << ((n) & 0x1f)) /* Bit n: Pin n, n=0-31 */ ./arch/arm/src/imx6/hardware/imx_gpio.h:#define GPIO_PIN(n) (1 << (n)) /* Bit n: Pin n, n=0-31 */ ./arch/arm/src/imxrt/hardware/imxrt_gpio.h:#define GPIO_PIN(n) (1 << (n)) /* Bit n: Pin n, n=0-31 */ ./arch/arm/src/lpc43xx/hardware/lpc43_gpio.h:#define GPIO_PIN(p) (1 << (p)) /* Bits 0-31: Read/write pin state */ ./arch/arm/src/nrf52/nrf52_gpio.h:# define GPIO_PIN(n) ((n) << GPIO_PIN_SHIFT) ./arch/arm/src/nuc1xx/hardware/nuc_gpio.h:#define GPIO_PIN(n) (1 << (n)) /* Bit n: GPIOx Pin[n] pin value */ ./arch/avr/src/at32uc3/at32uc3_gpio.h:#define GPIO_PIN(n) (1 << (n)) ./include/nuttx/input/stmpe811.h:#define GPIO_PIN(n) (1 << (n)) This commit changes the name used by the STMPE811 driver to STMPE11_GPIO_PIN |
||
---|---|---|
.. | ||
ads7843e.c | ||
ads7843e.h | ||
ajoystick.c | ||
button_lower.c | ||
button_upper.c | ||
cypress_mbr3108.c | ||
djoystick.c | ||
ft5x06.c | ||
ft5x06.h | ||
Kconfig | ||
Make.defs | ||
max11802.c | ||
max11802.h | ||
mxt.c | ||
mxt.h | ||
nunchuck.c | ||
stmpe811_adc.c | ||
stmpe811_base.c | ||
stmpe811_gpio.c | ||
stmpe811_temp.c | ||
stmpe811_tsc.c | ||
stmpe811.h | ||
tsc2007.c | ||
tsc2007.h |