Home
last modified time | relevance | path

Searched refs:FUN_PU (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dio_mux_reg.h56 #define FUN_PU (BIT(8)) macro
91 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU)
92 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dio_mux_reg.h56 #define FUN_PU (BIT(8)) macro
91 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU)
92 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dgpio_ll.h47 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en()
58 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_dis()
70 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU) ? true : false; in gpio_ll_pullup_is_enabled()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h56 #define FUN_PU (BIT(8)) macro
90 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU)
91 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h55 #define FUN_PU (BIT(8)) macro
89 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU)
90 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h42 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en()
53 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_dis()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h44 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en()
55 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_dis()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h42 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en()
53 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_dis()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h52 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en()
63 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_dis()
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_uart.c150 REG_CLR_BIT(GPIO_PIN_REG_1, FUN_PU); in esp_core_dump_to_uart()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h56 #define FUN_PU (BIT(8)) macro