Home
last modified time | relevance | path

Searched refs:FUN_IE (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h53 #define FUN_IE (BIT(9)) macro
85 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
86 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h54 #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)
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h53 #define FUN_IE (BIT(9)) macro
79 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
80 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h52 #define FUN_IE (BIT(9)) macro
83 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
84 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h52 #define FUN_IE (BIT(9)) macro
101 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
102 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h52 #define FUN_IE (BIT(9)) macro
83 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
84 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h53 #define FUN_IE (BIT(9)) macro
84 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE)
85 #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)