Home
last modified time | relevance | path

Searched refs:irqLsb (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.7.0/src/peripherals/
Dgpio-ioe.c358 uint8_t irqLsb = 0; in GpioIoeInterruptHandler() local
362 SX1509Read( RegInterruptSourceA, &irqLsb ); in GpioIoeInterruptHandler()
365 irq = ( irqMsb << 8 ) | irqLsb; in GpioIoeInterruptHandler()