Home
last modified time | relevance | path

Searched refs:pulldown (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_io_ll.h195 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_enable()
196 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_enable()
207 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_disable()
208 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_disable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_io_ll.h192 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_enable()
193 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_enable()
204 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_disable()
205 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_disable()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drtc_io_ll.h221 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_enable()
222 SET_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_enable()
233 if (rtc_io_desc[rtcio_num].pulldown) { in rtcio_ll_pulldown_disable()
234 CLEAR_PERI_REG_MASK(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].pulldown); in rtcio_ll_pulldown_disable()
/hal_espressif-latest/components/soc/include/soc/
Drtc_io_periph.h45 uint32_t pulldown; /*!< Mask of pulldown enable */ member
/hal_espressif-latest/components/esp_pm/
DKconfig79 at first, otherwise you will not be able to switch pullup/pulldown mode.