Lines Matching refs:pin
47 #define AUGPIO_READ(pin) augpio_read(NULL, (pin))
48 #define AUGPIO_WRITE(pin,val) augpio_write(NULL, (pin), (val))
49 #define AUGPIO_CTL(pin,flags) augpio_ctl(NULL, (pin), (flags))
50 #define AUGPIO_GETCTL(pin) augpio_getctl(NULL, (pin))
52 #define AUGPIO2_READ(pin) augpio2_read(NULL, (pin))
53 #define AUGPIO2_WRITE(pin,val) augpio2_write(NULL, (pin), (val))
54 #define AUGPIO2_CTL(pin,flags) augpio2_ctl(NULL, (pin), (flags))
55 #define AUGPIO2_GETCTL(pin) augpio2_getctl(NULL, (pin))