rtc_gpio_pullup_en() function
RTC GPIO pullup enable This function only works for RTC IOs. In general, call gpio_pullup_en, which will work both for normal GPIOs and RTC IOs.
Arguments
gpio_num
GPIO number (e.g. GPIO_NUM_12)
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG GPIO is not an RTC IO
Examples
rtc_gpio_pullup_en() is referenced by 1 libraries and example projects: