Searched refs:ESP32_PIN_IN_EN (Results 1 – 8 of 8) 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))
52 ((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))
245 case ESP32_PIN_IN_EN: in esp32_pin_configure()