Searched refs:SLP_IE (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 33 #define SLP_IE (BIT(4)) macro 73 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 74 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | io_mux_reg.h | 34 #define SLP_IE (BIT(4)) macro 74 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 75 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | io_mux_reg.h | 33 #define SLP_IE (BIT(4)) macro 68 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 69 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | io_mux_reg.h | 32 #define SLP_IE (BIT(4)) macro 72 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 73 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | io_mux_reg.h | 32 #define SLP_IE (BIT(4)) macro 90 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 91 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | io_mux_reg.h | 32 #define SLP_IE (BIT(4)) macro 72 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 73 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | io_mux_reg.h | 33 #define SLP_IE (BIT(4)) macro 73 #define PIN_SLP_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_IE) 74 #define PIN_SLP_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_IE)
|