Searched refs:GPIO_PUPD_MASK (Results 1 – 8 of 8) sorted by relevance
116 pupd &= ~GPIO_PUPD_MASK(i); in gpio_mode_set()
137 pupd &= ~GPIO_PUPD_MASK(i); in gpio_mode_set()
121 pupd &= ~GPIO_PUPD_MASK(i); in gpio_mode_set()
118 pupd &= ~GPIO_PUPD_MASK(i); in gpio_mode_set()
320 #define GPIO_PUPD_MASK(n) (0x3U << (2U * (n))) macro
327 #define GPIO_PUPD_MASK(n) (0x3U << (2U * (n))) macro
341 #define GPIO_PUPD_MASK(n) ((uint32_t)((uint32_t)0x00000003U << (2U * (n)))) macro
321 #define GPIO_PUPD_MASK(n) ((uint32_t)((uint32_t)(0x3U) << (2U * (n)))) macro