Searched refs:FUN_PD (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 51 #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/ |
D | io_mux_reg.h | 51 #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/ |
D | gpio_ll.h | 81 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/ |
D | io_mux_reg.h | 51 #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/ |
D | io_mux_reg.h | 50 #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/ |
D | gpio_ll.h | 64 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/ |
D | gpio_ll.h | 66 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/ |
D | gpio_ll.h | 64 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/ |
D | gpio_ll.h | 74 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/ |
D | io_mux_reg.h | 51 #define FUN_PD (BIT(7)) macro
|