Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/driver/gpio/include/driver/
Dgpio.h184 esp_err_t gpio_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull);
514 esp_err_t gpio_sleep_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull);
/hal_espressif-latest/components/driver/gpio/
Dgpio.c272 esp_err_t gpio_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull) in gpio_set_pull_mode() argument
275 GPIO_CHECK(pull <= GPIO_FLOATING, "GPIO pull mode error", ESP_ERR_INVALID_ARG); in gpio_set_pull_mode()
278 switch (pull) { in gpio_set_pull_mode()
300 ESP_LOGE(GPIO_TAG, "Unknown pull up/down mode,gpio_num=%u,pull=%u", gpio_num, pull); in gpio_set_pull_mode()
899 esp_err_t gpio_sleep_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull) in gpio_sleep_set_pull_mode() argument
902 GPIO_CHECK(pull <= GPIO_FLOATING, "GPIO pull mode error", ESP_ERR_INVALID_ARG); in gpio_sleep_set_pull_mode()
905 switch (pull) { in gpio_sleep_set_pull_mode()
927 ESP_LOGE(GPIO_TAG, "Unknown pull up/down mode,gpio_num=%u,pull=%u", gpio_num, pull); in gpio_sleep_set_pull_mode()
/hal_espressif-latest/components/esp_hw_support/
DKconfig92 … with chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power
93 consumption caused by internal pull-up during sleep.
108 … with chips, you can also pull up the CS pin of PSRAM in the external circuit to save power
109 consumption caused by internal pull-up during sleep.
117 … To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin
118 … during light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up
181 bool "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs"
184 … When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to
DREADME.md9 …g a new component for (yet) may also be placed here as long as they don't pull dependencies other …
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst9 …https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests>…
67pull request)? Are any commits with names like "fixed typo" `squashed into previous commits <https…
176 …If you are developing the stub flasher and plan to send a pull request, please use the latest tool…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst26 …| 15 | Pulled Low/GND (directly connected to GND, or external pull-down resistor) …
54pull-up/pull-down resistor at {IDF_TARGET_STRAP_BOOT_GPIO} (and other pins). If you want to connec…
79 …AP_BOOT_GPIO} has an internal pullup resistor, so if it is left unconnected then it will pull high.
111 …ven High, flash voltage (VDD_SDIO) is 1.8V not default 3.3V. Has internal pull-down, so unconnecte…
113 …ow, silences boot messages printed by the ROM bootloader. Has an internal pull-up, so unconnected …
171 …p is not entering into bootloader mode then hold down the Boot button (or pull down ``{IDF_TARGET_…
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md23 …) on your PATH. If you are developing the stub flasher and plan to send a pull request, please use…
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild164 …The selected GPIO will be configured as an input with internal pull-up enabled (note that on some …
165 …not all pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a f…
216 The selected GPIO will be configured as an input with internal pull-up enabled.