Searched refs:PULL_ENA (Results 1 – 21 of 21) sorted by relevance
22 #define PULL_ENA (1 << 3) macro38 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)39 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)41 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)42 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
53 #define PULL_ENA (0 << 16) macro67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)68 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
11 #undef PULL_ENA