esp_gpio_is_reserved() function
Check whether the given GPIOs are reserved
Syntax
bool esp_gpio_is_reserved(uint64_t gpio_mask); Arguments
gpio_mask
Mask of the GPIOs to be checked
Return value
- true Any of the given GPIO(s) is reserved - false Any of the given GPIO(s) is not reserved