Function esp_idf_sys::rtc_gpio_hold_dis

source ยท
pub unsafe extern "C" fn rtc_gpio_hold_dis(
    gpio_num: gpio_num_t,
) -> esp_err_t
Expand description

@brief Disable hold function on an RTC IO pad

Disabling hold function will allow the pad receive the values of input enable, output enable, output value, function, drive strength from RTC_IO peripheral.

@param gpio_num GPIO number (e.g. GPIO_NUM_12) @return - ESP_OK Success - ESP_ERR_INVALID_ARG GPIO is not an RTC IO