Searched refs:PIN_PULL_MASK (Results 1 – 1 of 1) sorted by relevance
87 #define PIN_PULL_MASK (0x3 << PIN_PULL_SHIFT) macro88 #define PIN_PULL(x) (((x) & PIN_PULL_MASK) >> PIN_PULL_SHIFT)