Searched refs:ST_ENABLE (Results 1 – 1 of 1) sorted by relevance
25 #define ST_ENABLE (1 << ST_EN_SHIFT) macro40 #define PIN_INPUT (INPUT_EN | ST_ENABLE | PULL_DISABLE)41 #define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)42 #define PIN_INPUT_PULLDOWN (INPUT_EN | ST_ENABLE | PULL_DOWN)
Completed in 4 milliseconds