Function esp_idf_sys::rtc_gpio_deinit

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

@brief Init a GPIO as digital GPIO

@param gpio_num GPIO number (e.g. GPIO_NUM_12)

@return - ESP_OK success - ESP_ERR_INVALID_ARG GPIO is not an RTC IO