Searched refs:GPIO_WR_PTOR (Results 1 – 1 of 1) sorted by relevance
7148 #define GPIO_WR_PTOR(base, value) (GPIO_PTOR_REG(base) = (value)) macro7149 #define GPIO_RMW_PTOR(base, mask, value) (GPIO_WR_PTOR(base, (GPIO_RD_PTOR(base) & ~(mask)) | (valu…