gpio_clr_mask_n() function
Drive low every GPIO appearing in mask
Syntax
static inline void gpio_clr_mask_n(uint n,
uint32_t mask);
Arguments
n
the base GPIO index of the mask to update. n == 0 means 0->31, n == 1 mean 32->63 etc.
mask
Bitmask of 32 GPIO values to clear