Searched refs:irqMsb (Results 1 – 1 of 1) sorted by relevance
359 uint8_t irqMsb = 0; in GpioIoeInterruptHandler() local363 SX1509Read( RegInterruptSourceB, &irqMsb ); in GpioIoeInterruptHandler()365 irq = ( irqMsb << 8 ) | irqLsb; in GpioIoeInterruptHandler()