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