Searched defs:PIN_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance
12 #define PIN_FUNC_MASK ((1 << BITS_PER_PIN) - 1) macro
36 #define PIN_FUNC_MASK (BIT(4) | BIT(5)) macro