esp_gpio_reserve() function
Reserve the given GPIOs by mask, so they can't be used by others
Syntax
uint64_t esp_gpio_reserve(uint64_t gpio_mask); Arguments
gpio_mask
Mask of the GPIOs to be reserved
Return value
The mask of the GPIOs that were already reserved before this call