Searched refs:FUN_PU (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 56 #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/ |
D | io_mux_reg.h | 56 #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/ |
D | gpio_ll.h | 47 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/ |
D | io_mux_reg.h | 56 #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/ |
D | io_mux_reg.h | 55 #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/ |
D | gpio_ll.h | 42 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/ |
D | gpio_ll.h | 44 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/ |
D | gpio_ll.h | 42 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/ |
D | gpio_ll.h | 52 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/ |
D | core_dump_uart.c | 150 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/ |
D | io_mux_reg.h | 56 #define FUN_PU (BIT(8)) macro
|