[][src]Function esp_idf_sys::gpio_pin_wakeup_enable

pub unsafe extern "C" fn gpio_pin_wakeup_enable(
    i: u32,
    intr_state: GPIO_INT_TYPE
)

@brief Set GPIO to wakeup the ESP32. Please do not call this function in SDK.

@param uint32_t i: gpio number.

@param GPIO_INT_TYPE intr_state : only GPIO_PIN_INTR_LOLEVEL\GPIO_PIN_INTR_HILEVEL can be used

@return None