Searched refs:icrPolSwap (Results 1 – 1 of 1) sorted by relevance
304 …uint8_t icrPolSwap = (!!(icr & 0x1000) << 7 | !!(icr & 0x2000) << 6 | !!(icr & 0x4000) << 5 | !!(i… in checkPortDInterrupts() local306 …uint8_t portDInterruptValue = getPortDValue() ^ icrPolSwap;//not the same as the actual pin values… in checkPortDInterrupts()