esp_gpio_revoke() function
Revoke the given GPIOs by mask, so they can be reused again by others
Syntax
uint64_t esp_gpio_revoke(uint64_t gpio_mask); Arguments
gpio_mask
Mask of the GPIOs to be revoked
Return value
The mask of the GPIOs that were already reserved before this call