Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h13 #define SLP_OE (BIT(0)) macro
75 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
76 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h14 #define SLP_OE (BIT(0)) macro
76 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
77 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h13 #define SLP_OE (BIT(0)) macro
70 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
71 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h12 #define SLP_OE (BIT(0)) macro
74 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
75 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h12 #define SLP_OE (BIT(0)) macro
92 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
93 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h12 #define SLP_OE (BIT(0)) macro
74 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
75 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h13 #define SLP_OE (BIT(0)) macro
75 #define PIN_SLP_OUTPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_OE)
76 #define PIN_SLP_OUTPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_OE)