Home
last modified time | relevance | path

Searched refs:FUN_PD (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dio_mux_reg.h51 #define FUN_PD (BIT(7)) macro
93 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
94 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dio_mux_reg.h51 #define FUN_PD (BIT(7)) macro
93 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
94 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dgpio_ll.h81 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
92 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
104 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD) ? true : false; in gpio_ll_pulldown_is_enabled()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h51 #define FUN_PD (BIT(7)) macro
92 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
93 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h50 #define FUN_PD (BIT(7)) macro
91 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
92 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h64 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
75 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h66 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
77 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h64 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
75 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h74 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
85 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h51 #define FUN_PD (BIT(7)) macro