Searched defs:AVR_SKIP_P (Results 1 – 2 of 2) sorted by relevance
95 #define AVR_SKIP_P(x) (((x) & 0xFC00) == 0x1000 || \ macro