Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h43 #define FUN_PD (BIT(7)) macro
90 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
91 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h44 #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-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h42 #define FUN_PD (BIT(7)) macro
88 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
89 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h42 #define FUN_PD (BIT(7)) macro
106 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
107 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h42 #define FUN_PD (BIT(7)) macro
88 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
89 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h43 #define FUN_PD (BIT(7)) macro
89 #define PIN_PULLDWN_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PD)
90 #define PIN_PULLDWN_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PD)
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h118 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
130 REG_CLR_BIT(DR_REG_IO_MUX_BASE + GPIO_PIN_MUX_REG_OFFSET[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
142 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD) ? true : false; in gpio_ll_pulldown_is_enabled()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h114 REG_SET_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_en()
126 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h110 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
122 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h98 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
110 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h101 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
113 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h107 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
119 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h113 REG_SET_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_en()
125 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PD); in gpio_ll_pulldown_dis()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h43 #define FUN_PD (BIT(7)) macro