Lines Matching +full:0 +full:x02
29 #define PIN_LOW 0x00
30 #define PIN_HIGH 0x01
32 #define PIN_MODE_OUTPUT 0x00
33 #define PIN_MODE_INPUT 0x01
34 #define PIN_MODE_INPUT_PULLUP 0x02
35 #define PIN_MODE_INPUT_PULLDOWN 0x03
36 #define PIN_MODE_OUTPUT_OD 0x04
38 #define PIN_IRQ_MODE_RISING 0x00
39 #define PIN_IRQ_MODE_FALLING 0x01
40 #define PIN_IRQ_MODE_RISING_FALLING 0x02
41 #define PIN_IRQ_MODE_HIGH_LEVEL 0x03
42 #define PIN_IRQ_MODE_LOW_LEVEL 0x04
44 #define PIN_IRQ_DISABLE 0x00
45 #define PIN_IRQ_ENABLE 0x01