Searched refs:PULL_ENA (Results 1 – 4 of 4) sorted by relevance
23 #define PULL_ENA (1 << 3) macro39 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)40 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)43 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
50 #define PULL_ENA (0 << 16) macro64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)65 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
13 #undef PULL_ENA
12 #undef PULL_ENA