Searched refs:ESP32_PIN_IN_EN (Results 1 – 6 of 6) sorted by relevance
66 #define ESP32_PIN_IN_EN 0x2 macro
51 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))
53 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))
240 case ESP32_PIN_IN_EN: in esp32_pin_configure()