rtc_gpio_pulldown_dis() function
RTC GPIO pulldown disable This function only works for RTC IOs. In general, call gpio_pulldown_dis, 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_pulldown_dis() is referenced by 4 libraries and example projects: