Searched refs:FUN_PU (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 48 #define FUN_PU (BIT(8)) macro 88 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU) 89 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | io_mux_reg.h | 49 #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-latest/components/soc/esp32c6/include/soc/ |
D | io_mux_reg.h | 47 #define FUN_PU (BIT(8)) macro 86 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU) 87 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | io_mux_reg.h | 47 #define FUN_PU (BIT(8)) macro 104 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU) 105 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | io_mux_reg.h | 47 #define FUN_PU (BIT(8)) macro 86 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU) 87 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | io_mux_reg.h | 48 #define FUN_PU (BIT(8)) macro 87 #define PIN_PULLUP_DIS(PIN_NAME) REG_CLR_BIT(PIN_NAME, FUN_PU) 88 #define PIN_PULLUP_EN(PIN_NAME) REG_SET_BIT(PIN_NAME, FUN_PU)
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 83 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en() 95 REG_CLR_BIT(DR_REG_IO_MUX_BASE + GPIO_PIN_MUX_REG_OFFSET[gpio_num], FUN_PU); in gpio_ll_pullup_dis() 107 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU) ? true : false; in gpio_ll_pullup_is_enabled()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 82 REG_SET_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_en() 103 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpio_ll.h | 79 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en() 99 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpio_ll.h | 75 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en() 87 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpio_ll.h | 78 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en() 90 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gpio_ll.h | 78 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU); in gpio_ll_pullup_en() 96 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpio_ll.h | 81 REG_SET_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_en() 102 REG_CLR_BIT(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_PU); in gpio_ll_pullup_dis()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | io_mux_reg.h | 48 #define FUN_PU (BIT(8)) macro
|