Searched defs:GPIO_PIN_MASK (Results 1 – 2 of 2) sorted by relevance
47 #define GPIO_PIN_MASK(Pin) (1UL << ((UINTN)(Pin))) macro
55 #define GPIO_PIN_MASK 0xf macro