Home
last modified time | relevance | path

Searched refs:pullup (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_io_ll.h171 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_enable()
172 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_enable()
183 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_disable()
184 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_disable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_io_ll.h168 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_enable()
169 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_enable()
180 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_disable()
181 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_disable()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drtc_io_ll.h189 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_enable()
190 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_enable()
209 if (rtc_io_desc[rtcio_num].pullup) { in rtcio_ll_pullup_disable()
210 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pullup); in rtcio_ll_pullup_disable()
/hal_espressif-latest/components/soc/include/soc/
Drtc_io_periph.h44 uint32_t pullup; /*!< Mask of pullup enable */ member
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst28 …ll-up resistor High/VCC, or No Connection (pin has internal weak pullup, external pullup resistor …
79 …{IDF_TARGET_STRAP_BOOT_GPIO} has an internal pullup resistor, so if it is left unconnected then it…
/hal_espressif-latest/components/esp_pm/
DKconfig79 at first, otherwise you will not be able to switch pullup/pulldown mode.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild220 Note that GPIO34-39 do not have an internal pullup and an external one must be provided.