Searched refs:FUN_IE (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 61 #define FUN_IE (BIT(9)) macro 88 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) 89 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | io_mux_reg.h | 61 #define FUN_IE (BIT(9)) macro 88 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) 89 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | io_mux_reg.h | 61 #define FUN_IE (BIT(9)) macro 87 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) 88 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | io_mux_reg.h | 61 #define FUN_IE (BIT(9)) macro 87 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) 88 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | io_mux_reg.h | 60 #define FUN_IE (BIT(9)) macro 86 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) 87 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
|